42.2.11 released - Mailing list pgsql-jdbc

From Vladimir Sitnikov
Subject 42.2.11 released
Date
Msg-id CAB=Je-EmSUYbssQ-SD=8VqRV-Coji0_Zi9u3FdO8azHqvWsrsA@mail.gmail.com
Whole thread Raw
List pgsql-jdbc
Hi,

42.2.11 is released.
Thanks everybody for your contributions.

This is mostly a bugfix release, however, there is a couple of notable changes:

* A workaround is added to recognize "failed commits", and produce exceptions.
Previous behavior was "silent rollback" resulted in data loss.

* Fixed regression since 42.2.11 on the handling of #cancel(). 42.2.10 might cancel the subsequent statement rather than the current one.

Please find changelog at https://jdbc.postgresql.org/
The release artifacts are available at https://jdbc.postgresql.org/download.html and Maven Central. 

Thanks,
Vladimir

pgsql-jdbc by date:

Previous
From: Vladimir Sitnikov
Date:
Subject: [pgjdbc/pgjdbc]
Next
From: Vladimir Sitnikov
Date:
Subject: pgjdbc: Maven -> Gradle, Java 6 => 7, JUnit 4 => 5