REL42.4.0
版本发布时间: 2023-02-19 16:27:14
pgjdbc/pgjdbc最新发布版本:REL42.7.4(2024-08-23 00:47:06)
What's Changed
- Enhancement: Made TimestampUtils.utcTz static and renamed to UTC_TIMEZONE by @svendiedrichsen in https://github.com/pgjdbc/pgjdbc/pull/2519
- fix: return correct base type for domain from getUDTs (#2520) by @alurie in https://github.com/pgjdbc/pgjdbc/pull/2522
- fix: support queries with up to 65535 (inclusive) parameters by @vlsi in https://github.com/pgjdbc/pgjdbc/pull/2525
- chore: use META-INF/licenses/$group/$artifact-$version/... folder for licenses by @vlsi in https://github.com/pgjdbc/pgjdbc/pull/2531
- fix: added GROUP_STARTUP_PARAMETERS boolean property to determine whether or not to group startup parameters in a transaction or not fixes Issue 2423 pgbouncer cannot deal with transactions in statement pooling mode by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2425
- chore: Make the readme version agnostic by @jorsol in https://github.com/pgjdbc/pgjdbc/pull/2540
- Release notes 42.4.0 by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2541
New Contributors
- @svendiedrichsen made their first contribution in https://github.com/pgjdbc/pgjdbc/pull/2519
Full Changelog: https://github.com/pgjdbc/pgjdbc/compare/REL42.3.6...REL42.4.0