[JDBC] JDBC 42.0.0 released - Mailing list pgsql-jdbc

The JDBC group is proud to announce the release of version 42.0.0 

Notable changes include:

Notable changes

  • Support for PostgreSQL versions below 8.2 was dropped
  • java.util.logging is now used for logging: logging documentation
  • Ensure executeBatch() can be used with pgbouncer. Previously pgjdbc could use server-prepared statements for batch execution even with prepareThreshold=0 (see issue 742)
  • Replication protocol API was added: replication API documentationGitHub PR 550
  • Version bumped to 42.0.0 to avoid version clash with PostgreSQL version
  • Error position is displayed when SQL has unterminated literals, comments, etc (see issue 688)

You may have noticed the change in the versioning of the driver, you can read the FAQ for more information.


Regards,
Dave Cramer

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: [JDBC] [pgjdbc/pgjdbc] 4d8b1b: Update index.html
Next
From: Jorge Solórzano
Date:
Subject: Re: [JDBC] JDBC 42.0.0 released