Skip to content

Releases: pgjdbc/pgjdbc

v42.2.20

19 Feb 08:10
1a15d6e
Compare
Choose a tag to compare

What's Changed

Full Changelog: REL42.2.19...REL42.2.20

v42.2.19

19 Feb 08:09
207ce36
Compare
Choose a tag to compare

What's Changed

  • fix: binary transfer for numeric by @vlsi in #1937
  • remove gssEncMode to test default in tests, should default to allow now by @davecramer in #1927
  • chore: bump Gradle 6.3 -> 6.7.1 by @vlsi in #2011
  • Verify code via forbidden-apis (jdk-internal and jdk-non-portable signatures) by @vlsi in #2012
  • fix: "Required class information missing" when old org.jboss:jandex parses pgjdbc classes by @vlsi in #2010
  • chore: cancel stale workflows in GitHub Actions CI by @vlsi in #2021
  • Fix PGCopyInputStream readFromCopy() returning last row twice and add tests by @sehrope in #2019
  • Fixsite release42.2 by @davecramer in #2032
  • chore: More42.2 site fixes by @davecramer in #2035
  • Fix isValid() to not wait longer than network timeout by @sehrope in #2040
  • fix: Use SASLprep normalization for SCRAM authentication by @jorsol in #2052
  • fix: properly set cancel socket timeout by @Powerrr in #2044
  • prepare for release 42.2.19 by @davecramer in #2064
  • Update CHANGELOG and posts to reflect todays date by @davecramer in #2067
  • remove diamond operator for java 6 build by @davecramer in #2069

New Contributors

Full Changelog: REL42.2.18...REL42.2.19

v42.2.18

19 Feb 08:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: REL42.2.17...REL42.2.18

v42.2.17

19 Feb 08:06
Compare
Choose a tag to compare

What's Changed

  • Handle nulls when the following classes are used: PGbox, PGcircle, PGline, PGlseg, PGpath, PGpoint, PGpolygon, and PGmoney by @vlsi in #1873
  • chore: seed build cache only when credentials exist (==skip on forks) by @vlsi in #1878
  • test: add GitHub CI for testing source distribution by @vlsi in #1877
  • fix: make enum, json, and jsonb array result classes to be the same as 42.2.14 and earlier by @vlsi in #1879
  • Pre release42.2.17 by @davecramer in #1908
  • Pre release42.2.17 by @davecramer in #1912

Full Changelog: REL42.2.16...REL42.2.17

v42.2.16

19 Feb 08:05
Compare
Choose a tag to compare

v42.2.15

19 Feb 08:32
3802b45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: REL42.2.14...REL42.2.15

v42.2.14

19 Feb 08:32
acd0724
Compare
Choose a tag to compare

What's Changed

  • Fix some changelog formatting and add link to XXE fix by @sehrope in #1794
  • chore: bump release-plugins from 1.65 to 1.70 by @vlsi in #1798
  • chore: add Gradle features for sspi and osgi by @vlsi in #1797

Full Changelog: REL42.2.13...REL42.2.14

v42.2.13

19 Feb 08:32
e63584c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: REL42.2.12...REL42.2.13

v42.2.12

19 Feb 08:32
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: REL42.2.11...REL42.2.12

v42.2.11

19 Feb 08:33
Compare
Choose a tag to compare

What's Changed

  • refactor: make PSQLState enum consts for integrity constraint violations by @MSGoodman in #1699
  • docs: document SocketFactory(Properties) by @reftel in #1696
  • refactor: introduce tuple abstraction (rebased) by @paplorinc in #1701
  • feat: Expose ByteStreamWriter in CopyManager by @paplorinc in #1702
  • test: add makefile for creating test certificates by @vlsi in #1706
  • fix: Always use . as decimal separator in PGInterval. by @Toddy69 in #1705
  • removemaster by @davecramer in #1713
  • Typo in documentation (case instead of cast) by @fatalmind in #1715
  • feat: implementation of adaptive fetching by @adrklos in #1707
  • Revert "feat: implementation of adaptive fetching (#1707)" by @davecramer in #1717
  • feat: add way to distinguish base and partitioned tables in PgDatabaseMetaData.getTables by @MSGoodman in #1708
  • fix: allow DatabaseMetaData.getColumns to describe an unset scale by @crwr45 in #1716
  • fix: add support for full names of data types by @MSGoodman in #1719
  • document copy out not closing output stream by @davecramer in #1721
  • fix: getProcedures returns only procedures (not functions) for psql11+ by @MSGoodman in #1723
  • upgrade maven-checkstyle-plugin to 3.1.1 by @nrmancuso in #1726
  • test: ensure PGProperty entries are declared in ascending order by @sehrope in #1730
  • Changelog for 42.2.11 by @davecramer in #1720

New Contributors

Full Changelog: REL42.2.10...REL42.2.11