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).