PostgreSQL JDBC Driver 42.2.7 Released

Changed

Added

  • Expose parameter status messages (GUC_REPORT) to the user PR 1435
  • Add automatic module name to manifest for jdk9+ PR 1538
  • Log ignoring rollback when no transaction in progress PR 1549
  • Map inet type to InetAddress PR 1527 issue 1134

Fixed

  • fix issue 1547 As long as peek returns some bytes do not reset the timeout, this allows us to continue checking until any async notifies are consumed PR 1548
  • fix: issue 1466 In logical decoding the if the backend was requesting a reply we… PR 1467
  • fix: issue 1534 Proleptic java.time support PR 1539
  • fix Ensure isValid() will not last more than timeout seconds PR 1557

Commits by author

Adrien (1):

  • Ensure isValid() will not last more than timeout seconds PR 1557 b2eaefe

Craig Ringer (2):

  • Expose parameter status messages (GUC_REPORT) to the user PR 1435 ce8333a
  • Make ConnectTimeout test accept NoRouteToHostException PR 1526 08d8129

Dave Cramer (8):

  • note that waffle 1.9.x is only supported in jre8 version Update README to point to new maven coordinates 58804e9
  • add automatic module name to manifest for jdk9+ PR 1538 0600990
  • fix issue 1547, as long as peek returns some bytes do not reset the timeout, this allows us to continue checking until any async notifies are consumed PR 1548 36a75cb
  • fix: In logical decoding the if the backend was requesting a reply we… PR 1467 f89e62c
  • Log ignoring rollback when no transaction in progress PR 1549 bda74d7
  • fix assertion message PR 1553 ba82948
  • remove failing tests for PostgreSQL version 8.3 add in tests for 11 89464a5
  • Fix travis parsing issue 634ac7d

Hajar Razip (2):

  • docs: add note on behavior of ResultSet.getString() PR 1286 (#1528) c30556c
  • docs: update resultset.md in head to reflect 94 PR 1528 (#1536) fc8efc9

Matteo Melli (1):

Myo Wai Thant (1):

Pavel Raiskup (2):

  • fix parent version in pgjdbc/pom.xml as well 3db55da
  • rpm: remove karaf plugin 8495127

Philippe Marschall (1):

Sehrope Sarkuni (2):

Steinar Bang (1):

  • Add an apache karaf feature for the PostgreSQL JDBC driver to fix PR 1552 (#1554) e2f6e9f

Tim Ward (1):

  • Check that JDBC Connections that are closed by the server do not report as valid PR 1533 56399ef

Vsevolod Kaimashnikov (1):

Contributors to this release

We thank the following people for their contributions to this release.

Adrien

Craig Ringer

Dave Cramer

Hajar Razip

Matteo Melli

Myo Wai Thant

Pavel Raiskup

Philippe Marschall

Sehrope Sarkuni

Steinar Bang

Tim Ward

Vsevolod Kaimashnikov