PostgreSQL JDBC Driver 42.2.1 Released

Known issues

  • client_encoding has to be UTF8 even with allowEncodingChanges=true

Changed

  • socksProxyHost is ignored in case it contains empty string PR 1079

Fixed

  • Avoid connection failure when DateStyle is set to ISO (~PgBouncer) Issue 1080
  • Package scram:client classes, so SCRAM works when using a shaded jar PR 1091 1a89290e
  • reWriteBatchedInserts=true causes syntax error with ON CONFLICT Issue 1045 PR 1082
  • Avoid failure in getPGArrayType when stringType=unspecified PR 1036

Commits by author

AlexElin (1):

Alexander Kjäll (1):

  • feat: add support for fetching ‘TIMESTAMP(6) WITHOUT TIME ZONE’ as LocalDate to getObject() PR 1083 09af4b23

Dave Cramer (1):

  • fix: package scram:client classes, so SCRAM works when using a shaded jar PR 1091 1a89290e

Ivan (2):

JCzogalla (1):

Jamie Pullar (1):

  • fix: getPGArrayType fails in when stringType=unspecified PR 1036 d5f1cf7c

Jorge Solorzano (1):

Pavel Raiskup (1):

  • packaging: update Fedora’s CI dcbf70bc

Vladimir Sitnikov (3):

  • docs: reflect 42.2.0 release in readme.md 6d02e958
  • fix: avoid connection failure when DateStyle is set to ISO PR 1081 e442db1f
  • fix: reWriteBatchedInserts=true causes syntax error with ON CONFLICT PR 1082 e133510e

Contributors to this release

We thank the following people for their contributions to this release.

AlexElin

Alexander Kjäll

Dave Cramer

Ivan

JCzogalla

Jamie Pullar

Jorge Solorzano

Pavel Raiskup

Vladimir Sitnikov