Skip to content

v42.0.0

Compare
Choose a tag to compare
@vlsi vlsi released this 18 Feb 19:59
· 1450 commits to master since this release

What's Changed

  • refactor: migrate to Junit4 by @AlexElin in #682
  • refactor: remove deprecated Utils' methods by @AlexElin in #678
  • bug: fix not enscaped special symbol that fail build by @Gordiychuk in #686
  • Sync with latest Fedora by @praiskup in #637
  • test: try CI tests against PostgreSQL 8.2 by @vlsi in #659
  • refactor: remove support for postgresql < 8.2 by @jorsol in #661
  • Do not use pg_depend against postgres 9.0+ by @jordanlewis in #689
  • refactor: clean up PgDatabaseMetaData by @marschall in #692
  • bug: fix drop replication slot on 9.4 for tests by @Gordiychuk in #696
  • refactor: Delete Keyword enum by @marschall in #697
  • fix: add query to support pg8.2 without t.typarray by @jorsol in #699
  • docs: clarify handling of loglevel by @bd-infor in #711
  • test: add CI tests against PostgreSQL 8.3 by @jorsol in #710
  • fix: robust castToBoolean for setObject in PreparedStatement by @jorsol in #714
  • refactor: remove unused V2ReplicationProtocol.java by @jorsol in #718
  • test: ignore tests that don't apply to Pg8.2 and Pg8.3 by @jorsol in #703
  • config: move version of checkstyle to property by @romani in #723
  • style: reorder checkstyle in travis by @jorsol in #721
  • refactor: remove charset property not used by @jorsol in #709
  • fix: huntbugs on PgDatabaseMetaData by @jorsol in #693
  • resolve violations from checkstyle 7.4 by @romani in #725
  • refactor: fix getDriverVersion and getDriverName and getJDBCMajor/MinorVersion methods by @jorsol in #668
  • docs: include class section, version compare links by @jorsol in #673
  • Migrate to junit4 by @AlexElin in #685
  • fix: ensure executeBatch() does not use server-side prepared statements when prepareThreshold=0 by @scubasau in #690
  • test: fix test replication on PG_HEAD by @jorsol in #734
  • chore: Gather backtrace from core dump on CI by @Gordiychuk in #736
  • refactor: remove checks for jdk version 1.4 (tests) by @AlexElin in #737
  • feat: Support microsecond resolution for JSR-310 types by @marschall in #691
  • fix: deprecated PGPoolingDataSource by @jorsol in #739
  • fix: improve handling of getBoolean and setObject by @jorsol in #732
  • fix: Parsing server version with more than 3 parts by @ericmack in #741
  • docs: move docs from www/documentation/head by @jorsol in #744
  • test: fix replication test in Pg10 by @jorsol in #746
  • feat: use java.util.logging by @jorsol in #722
  • perf: short circuit Oid.BOOL in getBoolean by @jorsol in #745
  • fix: add isLoggable around parameterized logger by @jorsol in #752
  • docs: move www repository to pgjdbc/docs by @jorsol in #749

New Contributors

Full Changelog: REL9.4.1212...REL42.0.0