PGJDBC 42.4.0 released - Mailing list pgsql-jdbc

From Dave Cramer
Subject PGJDBC 42.4.0 released
Date
Msg-id CADK3HH+UgjqNw++50XOM=sqeG_hMUgdF+Nn=vR8HRq=3UXVsTw@mail.gmail.com
Whole thread Raw
List pgsql-jdbc
Greetings,

The PostgreSQL JDBC team is pleased to announce the release of version 42.4.0

Small change in behaviour reverts how we send startup parameters 
added GROUP_STARTUP_PARAMETERS boolean property to determine whether or not to group startup parameters in a transaction (default=false like 42.2.x) fixes Issue #2425 pgbouncer cannot deal with transactions in statement pooling mode PR #2425

fix: queries with up to 65535 (inclusive) parameters are supported now (previous limit was 32767) PR #2525, Issue #1311

see PostgreSQL JDBC Changelog for all the details

Dave Cramer

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: [pgjdbc/pgjdbc]
Next
From: Vladimir Sitnikov
Date:
Subject: [pgjdbc/pgjdbc] 2a0df3: chore: add gradle/wrapper-validation-action