Release 42.2.7 officially released

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Release 42.2.7 officially released
Дата
Msg-id CADK3HHLEC=aJ3VS2DsVrM4CUz6rO211F731fqK9PKfDZiZbgUA@mail.gmail.com
обсуждение исходный текст
Список pgsql-jdbc
Hi folks,

We have released 42.2.7


Thanks to everyone who contributed.


Notable changes are 

Added

  • Expose parameter status messages (GUC_REPORT) to the user PR 1435
  • Add automatic module name to manifest for jdk9+ PR 1538
  • Log ignoring rollback when no transaction in progress PR 1549
  • Map inet type to InetAddress PR 1527 issue 1134

Fixed

  • fix issue 1547 As long as peek returns some bytes do not reset the timeout, this allows us to continue checking until any async notifies are consumed PR 1548
  • fix: issue 1466 In logical decoding the if the backend was requesting a reply we… PR 1467
  • fix: issue 1534 Proleptic java.time support PR 1539
  • fix Ensure isValid() will not last more than timeout seconds PR 1557

Dave Cramer

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: [pgjdbc/pgjdbc] e9423d: fix release notes for jekyll (#1566)
Следующее
От: Sehrope Sarkuni
Дата:
Сообщение: [pgjdbc/pgjdbc] 3df32f: fix: Revert inet default Java type toPGObject and...