PgJDBC version 42.2.12 released - Mailing list pgsql-jdbc

From Dave Cramer
Subject PgJDBC version 42.2.12 released
Date
Msg-id CADK3HH+CghqEH_oxxb-RqbVVfXs0-eC9muumEM0RWgst7QsXCQ@mail.gmail.com
Whole thread Raw
List pgsql-jdbc
The JDBC team has released version 42.2.12. 

This release has reverted a few changes in 42.2.11

1) The change https://github.com/pgjdbc/pgjdbc/pull/1729  caused an exception to be thrown if a commit would silently rollback. In retrospect this was determined to be a breaking change and should have (and will be) been released in 42.3.0

2) There was a regression introduced by https://github.com/pgjdbc/pgjdbc/pull/1719 which created duplicate keys in PgType cache. This was reverted and will not be re-applied without significant changes.

Thanks,

Dave Cramer

pgsql-jdbc by date:

Previous
From: Vladimir Sitnikov
Date:
Subject: [pgjdbc/pgjdbc] 9f3967: chore: migrate build scripts to Gradle
Next
From: Vladimir Sitnikov
Date:
Subject: [pgjdbc/pgjdbc] cb3701: Configure core.autocrlf in AppVeyor