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

From Jorge Solórzano
Subject Re: [JDBC] JDBC 42.0.0 released
Date
Msg-id CA+cVU8PVcTsUxGTrMKxFGocCH0Gdxgp6fUm2Z_=-nq3b868syg@mail.gmail.com
Whole thread Raw
In response to [JDBC] JDBC 42.0.0 released  (Dave Cramer <davecramer@gmail.com>)
Responses Re: [JDBC] JDBC 42.0.0 released  (Dave Cramer <davecramer@gmail.com>)
Re: JDBC 42.0.0 released  (Dave Cramer <davecramer@gmail.com>)
List pgsql-jdbc
Hi Dave,

Can you please execute in your machine: gem install kramdown rouge
and rebuild the site?

And I think the actual release date is Feb 18 2017

Regards,

Jorge Solórzano


On Mon, Feb 20, 2017 at 8:40 AM, Dave Cramer <davecramer@gmail.com> wrote:
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] JDBC 42.0.0 released
Next
From: Thomas Kellerer
Date:
Subject: Re: JDBC 42.0.0 released