JDBC 42.0.0 released

From: Dave Cramer <davecramer(at)gmail(dot)com>
To: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: JDBC 42.0.0 released
Date: 2017-02-20 14:40:12
Message-ID: CADK3HHLpyZeygpSf7pKmyoz=PRNgq8iKAZGnRJS-2WJ+KrT48w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
<https://jdbc.postgresql.org//documentation/head/logging.html>
- Ensure executeBatch() can be used with pgbouncer. Previously pgjdbc
could use server-prepared statements for batch execution even with
prepareThreshold=0 (see issue 742
<https://github.com/pgjdbc/pgjdbc/issues/742>)
- Replication protocol API was added: replication API documentation
<https://jdbc.postgresql.org//documentation/head/replication.html>, GitHub
PR 550 <https://github.com/pgjdbc/pgjdbc/pull/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
<https://github.com/pgjdbc/pgjdbc/issues/688>)

You may have noticed the change in the versioning of the driver, you can read
the FAQ <https://jdbc.postgresql.org/documentation/faq.html#versioning> for
more information.

Regards,
Dave Cramer

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jorge Solórzano 2017-02-20 15:00:59 Re: JDBC 42.0.0 released
Previous Message Dave Cramer 2017-02-20 14:04:15 [pgjdbc/pgjdbc] 4d8b1b: Update index.html