Skip to content

Releases: pgjdbc/pgjdbc

v42.3.8

19 Feb 08:02
e73c6b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: REL42.3.7...REL42.3.8

v42.2.27

19 Feb 08:14
91b8c2c
Compare
Choose a tag to compare

What's Changed

Full Changelog: REL42.2.26...REL42.2.27

v42.3.7

19 Feb 08:01
0afaa71
Compare
Choose a tag to compare

What's Changed

Full Changelog: REL42.3.6...REL42.3.7

v42.5.0

19 Feb 07:56
f490edf
Compare
Choose a tag to compare

What's Changed

  • fix: revert change in PR#2597 where float was aliased to float4 from float8 by @davecramer in #2598
  • put entry in CHANGELOG and release notes for 42.5.0 by @davecramer in #2601

Full Changelog: REL42.4.2...REL42.5.0

v42.4.2

19 Feb 07:57
389be0a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: REL42.4.1...REL42.4.2

v42.4.1

19 Feb 08:26
bd91c4c
Compare
Choose a tag to compare

What's Changed

  • chore: add gradle/wrapper-validation-action by @vlsi in #2542
  • chore: set "read" permissions for GitHub actions by @vlsi in #2543
  • chore: skip publishing pgjdbc-osgi-test to Central by @vlsi in #2544
  • chore: add randomized CI matrix for PR tests by @vlsi in #2534
  • chore: bump Gradle to 7.4.2 by @vlsi in #2535
  • Bump Groovy to version 3 to fix compile errors with jdk17 by @davecramer in #2550
  • Add table alias to the getUDT query for clarity by @alurie in #2553
  • fix: make ConnectTimeoutTest to handle Exceptions correctly by @higuchi-daisuke in #2566
  • chore: bump Gradle to 7.5 by @vlsi in #2573
  • set a timeout to get the return from requesting SSL upgrade. by @davecramer in #2572
  • update the website content by @davecramer in #2578
  • feat: synchronize statement executions (e.g. avoid deadlock when Connection.isValid is executed from concurrent threads) by @vlsi in #2575
  • Prepare for release by @davecramer in #2580

New Contributors

Full Changelog: REL42.4.0...REL42.4.1

v42.2.26

19 Feb 08:13
b5ee575
Compare
Choose a tag to compare

What's Changed

Full Changelog: REL42.2.25...REL42.2.26

v42.4.0

19 Feb 08:27
09166bd
Compare
Choose a tag to compare

What's Changed

  • Enhancement: Made TimestampUtils.utcTz static and renamed to UTC_TIMEZONE by @svendiedrichsen in #2519
  • fix: return correct base type for domain from getUDTs (#2520) by @alurie in #2522
  • fix: support queries with up to 65535 (inclusive) parameters by @vlsi in #2525
  • chore: use META-INF/licenses/$group/$artifact-$version/... folder for licenses by @vlsi in #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 #2425
  • chore: Make the readme version agnostic by @jorsol in #2540
  • Release notes 42.4.0 by @davecramer in #2541

New Contributors

Full Changelog: REL42.3.6...REL42.4.0

v42.3.6

19 Feb 08:00
7714d03
Compare
Choose a tag to compare

What's Changed

  • Fix heading format for version numbers [SKIP-CI] by @davecramer in #2504
  • fix: close refcursors when underlying cursor==null instead of relying on defaultRowFetchSize by @vlsi in #2377
  • Created release notes for 42.3.6 [SKIP-CI] by @davecramer in #2515

Full Changelog: REL42.3.5...REL42.3.6

v42.3.5

19 Feb 08:28
0d6ccb1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: REL42.3.4...REL42.3.5