Skip to content

Releases: Aiven-Open/jdbc-connector-for-apache-kafka

v6.9.0

15 May 06:42
6e7d4b0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.8.0...v6.9.0

v6.8.0

29 Mar 13:42
Compare
Choose a tag to compare

What's Changed

Improvements

Testing improvements

  • Integration test for Postgres partitioned tables by @AnatolyPopov in #138
  • Add instruction to squash commits before PRs are merged by @C0urante in #220

Documentation

New Contributors

Full Changelog: v6.7.0...v6.8.0

v6.7.0

25 Mar 09:30
Compare
Choose a tag to compare

-Bump snowflake-jdbc from 3.12.8 to 3.13.16
-Bump postgresql from 42.2.25 to 42.3.3
-Bump mssql-jdbc from 8.2.1.jre11 to 10.2.0.jre11
-Bump mysql-connector-java from 8.0.21 to 8.0.28
-Bump sqlite-jdbc from 3.32.3 to 3.36.0.3
-Bump commons-io from 2.6 to 2.11.0
-Bump slf4jVersion from 1.7.25 to 1.7.36
-Bump guava from 27.1-jre to 31.1-jre

v6.6.2

03 Mar 12:52
Compare
Choose a tag to compare

Release notes:

  • fix regression with partitioned tables in PostgreSQL
  • add multi row insert mode

v6.6.1

23 Feb 13:26
Compare
Choose a tag to compare

Release notes:

  • Updated JDBC PostgreSQL dependency to 42.2.25 because of CVE-2022-21724

v6.6.0

07 Jul 13:59
Compare
Choose a tag to compare

Changes:

  • Added the support for the PostgreSQL array type.
  • Three parameters for MySQL JDBC connection allowLoadLocalInFile, allowUrlInLocalInfile, and autoDeserialize are now considered insecure and are always set to false.

v6.5.0

30 Apr 06:18
Compare
Choose a tag to compare

New features and other end user visible changes:

  • Added new parameter incrementing.initial
  • Added new incrementing.initial
  • Small fixes in docs

Internal changes

  • Tests for both new parameters
  • Fixed typos in some existing method names
  • Had to add a Checkstyle suppression (there are 11 params, 10 allowed)

v6.4.1

22 Mar 15:48
Compare
Choose a tag to compare

Release notes:

  • Fix for issue #81: Column order lost when writing Avro topic to JDBC sink

v6.4.0

12 Feb 13:18
Compare
Choose a tag to compare

New 6.4.0 release to replace 6.3.1 having issues with release process

Major changes contain support for PgSQL UUID datatype

v6.3.1

09 Feb 15:37
7c9b414
Compare
Choose a tag to compare
  • Add support for PgSQL UUID datatype