Release 42.2.7 officially released - Mailing list pgsql-jdbc

From Dave Cramer
Subject Release 42.2.7 officially released
Date
Msg-id CADK3HHLEC=aJ3VS2DsVrM4CUz6rO211F731fqK9PKfDZiZbgUA@mail.gmail.com
Whole thread Raw
List pgsql-jdbc
Hi folks,

We have released 42.2.7


Thanks to everyone who contributed.


Notable changes are 

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

Dave Cramer

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: [pgjdbc/pgjdbc] e9423d: fix release notes for jekyll (#1566)
Next
From: Sehrope Sarkuni
Date:
Subject: [pgjdbc/pgjdbc] 3df32f: fix: Revert inet default Java type toPGObject and...