Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 2.08 KB

2022-05-04-42.3.5-release.md

File metadata and controls

48 lines (35 loc) · 2.08 KB
title date categories version
PostgreSQL JDBC Driver 42.3.5 Released
2022-05-04 08:48:32 -0400
new_release
42.3.5

Notable changes

Known issues

  • Regression since 42.3.2: "cursor <unnamed portal 1> does not exist" when using ResultSet.setFetchSize from CallableStatement, fixed in 42.3.5 (see PG #2377)

Changed

  • test: polish TimestampUtilsTest
  • chore: use GitHub Action concurrency feature to terminate CI jobs on fast PR pushes

Added

  • Added KEYS file to allow for verifying artifacts PR 2499

Fixed

  • perf: enable tcpNoDelay by default PR 2495. This is a regression from 42.2.x versions where tcpNoDelay defaulted to true
  • docs: fix readme.md after PR 2495 PR 2496
  • feat: targetServerType=preferPrimary connection parameter PR 2483
  • fix: revert removal of toOffsetDateTime(String timestamp) fixes Issue #2497 PR 2501

Commits by author

Dave Cramer (4): move version to 42.3.5 PR 2493 Added KEYS file to allow for verifying artifacts PR 2499 fix: revert removal of toOffsetDateTime(String timestamp) fixes #Issue 2497 PR 2501

Dmitriy Mukhin (1): feat: targetServerType=preferPrimary connection parameter PR 2483

Olivier Bourgain (2): perf: enable tcpNoDelay by default PR 2495 docs: fix readme.md after PR 2495 (#2496)

Vladimir Sitnikov (1): test: polish TimestampUtilsTest chore: use GitHub Action concurrency feature to terminate CI jobs on fast PR pushes