REL42.3.4
版本发布时间: 2023-02-19 16:29:25
pgjdbc/pgjdbc最新发布版本:REL42.7.4(2024-08-23 00:47:06)
What's Changed
- Use non-synchronized getTimeZone in TimestampUtils by @TeslaCN in https://github.com/pgjdbc/pgjdbc/pull/2451
- docs: Update testing documentation by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2446
- fix: Throw an exception if the driver cannot parse the URL instead of returning NULL by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2441
- fix: Use PGProperty instead of the property names directly by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2444
- fix: change PGInterval parseISO8601Format to support fractional second by @paulo-kluh in https://github.com/pgjdbc/pgjdbc/pull/2457
- docs: update changelog, missing links at bottom and formatting by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2460
- docs: Fix CHANGELOG.md misformatted markdown headings by @fcv in https://github.com/pgjdbc/pgjdbc/pull/2461
- feat: use direct wire format -> LocalDate conversion without resorting to java.util.Date, java.util.Calendar, and default timezones by @uschindler in https://github.com/pgjdbc/pgjdbc/pull/2464
- added post for 42.2.25 [SKIP CI] by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2466
- fix: No longer able to get user from keytab fixes issue 2469 by @suwei111333 in https://github.com/pgjdbc/pgjdbc/pull/2470
- change name of build cache by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2471
- feat: add support for ResultSet#getObject(OffsetTime.class) and PreparedStatement#setObject(OffsetTime.class) by @uschindler in https://github.com/pgjdbc/pgjdbc/pull/2467
- Remove isDeprecated from PGProperty. It was originally intended to help produce automated docs. Fixes #Issue 2479 by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2480
- remove loggerLevel and loggerFile from docs and issues by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2489
- More test and fix for issues discovered by #2476 by @uschindler in https://github.com/pgjdbc/pgjdbc/pull/2488
- Releasenotes42.3.4 by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2482
- Add missing PR 2546 to Changelog by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2492
New Contributors
- @paulo-kluh made their first contribution in https://github.com/pgjdbc/pgjdbc/pull/2457
- @fcv made their first contribution in https://github.com/pgjdbc/pgjdbc/pull/2461
- @uschindler made their first contribution in https://github.com/pgjdbc/pgjdbc/pull/2464
- @suwei111333 made their first contribution in https://github.com/pgjdbc/pgjdbc/pull/2470
Full Changelog: https://github.com/pgjdbc/pgjdbc/compare/REL42.3.3...REL42.3.4