PostgreSQL JDBC 42.2.17 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.17 released
Date: 2020-10-10 07:17:19
Message-ID: 160231423997.22473.13474899065822786001@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Due to some small issues with the way GSS Encryption was implemented we have released 42.2.17.
The major change is not to attempt a GSS Encrypted connection by default.

There were a number of small issues fixed:

- Avoid NullPointerException when receiving PGbox, PGcircle, PGline, PGlseg, PGpath, PGpoint, PGpolygon, and PGmoney PR 1873..
- The driver returns enum and jsonb arrays elements as String objects (like in 42.2.14 and earlier versions) PR 1879.
- PgTokenizer was ignoring last empty token PR #1882
- Remove osgi from karaf fixes Issue #1891 PR #1902

See the complete list of changes [here](https://jdbc.postgresql.org/documentation/changelog.html#version_42.2.17)

Thanks to everyone who contributed !

Browse pgsql-announce by date

  From Date Subject
Next Message PostgreSQL Global Development Group 2020-10-13 19:55:16 New Members of the Community Code of Conduct Committee
Previous Message RapidLoop, Inc. via PostgreSQL Announce 2020-10-06 14:35:08 pgmetrics 1.10 released