From: | Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com> |
---|---|
To: | PostgreSQL JDBC list <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | 42.2.11 released |
Date: | 2020-03-10 18:58:52 |
Message-ID: | CAB=Je-EmSUYbssQ-SD=8VqRV-Coji0_Zi9u3FdO8azHqvWsrsA@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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.
See discussion in hackers:
https://www.postgresql.org/message-id/b9fb50dc-0f6e-15fb-6555-8ddb86f4aa71%40postgresfriends.org
* 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
From | Date | Subject | |
---|---|---|---|
Next Message | Vladimir Sitnikov | 2020-03-10 20:39:35 | pgjdbc: Maven -> Gradle, Java 6 => 7, JUnit 4 => 5 |
Previous Message | Vladimir Sitnikov | 2020-03-10 15:49:39 | [pgjdbc/pgjdbc] |