Skip to content

v42.7.1

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Dec 18:29
· 117 commits to refs/heads/master since this release

Fixed regressions since 42.7.0

  • Revert "Use canonical DateStyle name (#2925)" @vlsi (#3035)
  • Revert "feat: support SET statements combining with other queries with semicolon in PreparedStatement" @vlsi (#3010)
  • chore: use java.release=8 when building pgjdbc from the generated source distribution @vlsi (#3038), the driver uses Java 8 methods only

Changes

  • Apply connectTimeout before SSLSocket.startHandshake to avoid infinite wait in case the connection is broken @davecramer (#3040)
  • perf: improve performance of PreparedStatement.setBlob, BlobInputStream, and BlobOutputStream with dynamic buffer sizing @vlsi (#3044)
  • fix: avoid timezone conversions when sending LocalDateTime to the database @vlsi (#2852)
  • fix: support waffle-jna 2.x and 3.x by using reflective approach for ManagedSecBufferDesc @chrullrich (#2720)

🧰 Maintenance

  • chore: bump Gradle to 8.5 @vlsi (#3045)
  • chore: use Java 17 for building pgjdbc, and use --release 8 to target Java 8, add tests with Java 21 and 22 @vlsi (#3026)
  • fedora/rpm: move source build to java-17-openjdk-devel @praiskup (#3036)
  • Update site 42 7 0 @davecramer (#3004)
  • prepared for release 42.7.1 update changelogs @davecramer (#3037)

⬆️ Dependencies

28 changes