Releases: Aiven-Open/jdbc-connector-for-apache-kafka
Releases · Aiven-Open/jdbc-connector-for-apache-kafka
v6.10.0
What's Changed
- chore: update to Kafka API 3.0.2 by @jjaakola-aiven in #325
- chore(deps): bump org.xerial:sqlite-jdbc from 3.45.3.0 to 3.46.0.0 by @dependabot in #331
- feat: implement KIP-618 source connector API related to exactly-once support by @C0urante in #333
- fix: adapt source task shutdown logic to work with newer versions of … by @C0urante in #334
- Implement Tombstone Message Handling for JDBC Sink Connector by @Joel-hanson in #302
- feat: Add Validation for PK Mode Against PK Fields and Unit Tests by @Joel-hanson in #335
- chore(deps): bump com.fasterxml.jackson.core:jackson-annotations from 2.17.0 to 2.17.1 by @dependabot in #337
- chore(deps): bump net.snowflake:snowflake-jdbc from 3.16.0 to 3.16.1 by @dependabot in #338
Full Changelog: v6.9.0...v6.10.0
v6.9.0
What's Changed
- chore(deps): bump com.mysql:mysql-connector-j from 8.3.0 to 8.4.0 by https://github.com/dependabot in #306
- chore(deps): bump net.snowflake:snowflake-jdbc from 3.14.2 to 3.16.0 by https://github.com/dependabot in #308
- fix: integration tests to use timestamps with timezone by @jjaakola-aiven in #318
- fix: add logging to integration tests by @jjaakola-aiven in #319
Full Changelog: v6.8.0...v6.9.0
v6.8.0
What's Changed
Improvements
- Enabling integration tests in CI by @AnatolyPopov in #224
- Improve integration tests by @C0urante in #222
- Enable use of unqualified table names in source connector by @C0urante in #223
- Various dependency upgrades
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
- Create CODE_OF_CONDUCT.md by @jlprat in #153
- Add CONTRIBUTING.md by @snuyanzin in #155
New Contributors
Full Changelog: v6.7.0...v6.8.0
v6.7.0
-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
Release notes:
- fix regression with partitioned tables in PostgreSQL
- add multi row insert mode
v6.6.1
Release notes:
- Updated JDBC PostgreSQL dependency to 42.2.25 because of CVE-2022-21724
v6.6.0
Changes:
- Added the support for the PostgreSQL array type.
- Three parameters for MySQL JDBC connection
allowLoadLocalInFile
,allowUrlInLocalInfile
, andautoDeserialize
are now considered insecure and are always set tofalse
.
v6.5.0
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
v6.4.0
New 6.4.0 release to replace 6.3.1 having issues with release process
Major changes contain support for PgSQL UUID datatype