Version 42.2.1 released

From: Dave Cramer <davecramer(at)gmail(dot)com>
To: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Version 42.2.1 released
Date: 2018-01-26 14:32:35
Message-ID: CADK3HHLvyj5jcnod+Mw6vZFZ2xxOey998RawT8TFegXB42XHtA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

The JDBC group is proud to release version 42.2.1

This version fixes some regressions, most notably:

1) Avoid connection failure when DateStyle is set to ISO (~PgBouncer) Issue
1080
2) Package scram:client classes, so SCRAM works when using a shaded jar
PR#1091 1a89290e
3) reWriteBatchedInserts=true causes syntax error with ON CONFLICT Issue
1045PR 1082
4) Avoid failure in getPGArrayType when stringType=unspecified PR 1036

The official release notes can be found
https://jdbc.postgresql.org/documentation/changelog.html#version_42.2.1

Dave Cramer

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2018-01-26 17:00:21 [pgjdbc/pgjdbc] 6fe76a: Update about.html
Previous Message Dave Cramer 2018-01-26 13:44:16 [pgjdbc/pgjdbc] 643e55: Update java8-date-time.md