PostgreSQL JDBC 42.2.19 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.2.19 Released
Date: 2021-02-19 20:50:36
Message-ID: 161376783699.23087.3614556852003789632@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

The JDBC project is proud to announce the latest version 42.2.19. Primarily a maintenance release to fix bugs. We are hoping this to be the last version that supports Java 6 and Java 7.

### Changed
- Now the driver uses SASLprep normalization for SCRAM authentication fixing some issues with spaces in passwords.
- Fix: Actually close unclosed results. Previously was not closing the first unclosed result fixes #1903 (#1905) There is a small behaviour change here as a result. If closeOnCompletion is called on an existing statement and the statement is executed a second time it will fail.

### Added
- Verify code via forbidden-apis (jdk-internal and jdk-non-portable signatures) PR #2012

### Fixed
- Fix: properly set cancel socket timeout (#2044)
- Fix "Required class information missing" when old org.jboss:jandex parses pgjdbc classes [issue 2008][https://github.com/pgjdbc/pgjdbc/issues/2008]
- Fix PGCopyInputStream returning the last row twice when reading with CopyOut API [issue 2016][https://github.com/pgjdbc/pgjdbc/issues/2016]
- Fix Connnection.isValid() to not wait longer than existing network timeout PR #2040
- Fix Passwords with spaces (ASCII and non-ASCII) now work with SCRAM authentication (driver now uses SASLprep normalization) PR #2052
- Fix DatabaseMetaData.getTablePrivileges() to include views, materialized views, and foreign tables PR #2049

Browse pgsql-announce by date

  From Date Subject
Next Message fish's dotNET via PostgreSQL Announce 2021-02-22 03:36:42 dbMigration .NET v13.4 released
Previous Message Gilles Darold via PostgreSQL Announce 2021-02-19 14:58:37 pgBadger v11.5 has been released