PostgreSQL JDBC 42.5.3 Released

From: JDBC Project via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: PostgreSQL JDBC 42.5.3 Released
Date: 2023-02-13 15:17:06
Message-ID: 167630142643.647185.16328439841883367203@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

The PostgreSQL JDBC Project is pleased to announce the release of version 42.5.3 which includes the changes for 42.5.2 as well as fixing the regressions.

This release fixes 2 regressions which were introduced in 42.5.2

We recommend not using 42.5.2

Notable changes for 42.5.2:

- Define binary transfer for custom types dynamically/automatically.
- Added gssResponseTimeout to make sure we don’t wait forever on a GSS RESPONSE
- Make sure socket is closed if an exception is thrown in createSocket
- Fix hanging ssl connections
- Fix binary conversion of (very) long numeric values (longer than 4 * 2^15 digits)

See the full [42.5.2](https://jdbc.postgresql.org/changelogs/2023-01-31-42.5.2-release/) for the details.
and [42.5.3](https://jdbc.postgresql.org/changelogs/2023-02-03-42.5.3-release/) for the changes in 42.5.3

The pgjdbc team would like to thank everyone for their contributions.

The project website is [here](https://jdbc.postgresql.org).

The code can be found on [github](https://github.com/pgjdbc/pgjdbc).

Browse pgsql-announce by date

  From Date Subject
Next Message pgAdmin Development Team via PostgreSQL Announce 2023-02-13 15:24:51 pgAdmin 4 v6.20 Released
Previous Message PostgreSQL Global Development Group 2023-02-09 14:05:08 PostgreSQL 15.2, 14.7, 13.10, 12.14, and 11.19 Released!