[JDBC] JDBC 42.0.0 released

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема [JDBC] JDBC 42.0.0 released
Дата
Msg-id CADK3HHLpyZeygpSf7pKmyoz=PRNgq8iKAZGnRJS-2WJ+KrT48w@mail.gmail.com
обсуждение исходный текст
Ответы Re: [JDBC] JDBC 42.0.0 released  (Jorge Solórzano <jorsol@gmail.com>)
Re: [JDBC] JDBC 42.0.0 released  (Thomas Kellerer <spam_eater@gmx.net>)
Re: [JDBC] JDBC 42.0.0 released  (Stephen Frost <sfrost@snowman.net>)
Re: JDBC 42.0.0 released  (Jorge Solórzano <jorsol@gmail.com>)
Re: JDBC 42.0.0 released  (Thomas Kellerer <spam_eater@gmx.net>)
Re: JDBC 42.0.0 released  (Stephen Frost <sfrost@snowman.net>)
Список 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 по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: [JDBC] [pgjdbc/pgjdbc] 4d8b1b: Update index.html
Следующее
От: Jorge Solórzano
Дата:
Сообщение: Re: [JDBC] JDBC 42.0.0 released