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

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

I do not build this on my machine. I build it on the target machine. As it is I am being forced to build it on another machine now because Jekyll 3.x is required. 

I think it would be better if we avoid any special packages, and also make it jekyll 2.x compatible. I am unable to run any command which requires root on the target machine.

As for when it is released, this is moot. The official release was today.

Thanks,

Dave Cramer

On 20 February 2017 at 10:00, Jorge Solórzano <jorsol@gmail.com> wrote:
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: Thomas Kellerer
Date:
Subject: Re: JDBC 42.0.0 released
Next
From: Dave Cramer
Date:
Subject: Re: [JDBC] JDBC 42.0.0 released