Release v2.7.0
·
1 commit
to e65079b249b82ea09cc541058cb955a49cebd039
since this release
Lightweight
Docker: altinity/clickhouse-sink-connector:2.7.0-lt
https://hub.docker.com/layers/altinity/clickhouse-sink-connector/2.7.0-lt/images/sha256-2e0f1a0487a71a11b19200320707545ec5c5992b0abc37ad09ec954c36352f37
Breaking Changes
Configuration Changes
offset.storage.jdbc.offset.table.name
to offset.storage.jdbc.table.name
offset.storage.jdbc.offset.table.ddl
to offset.storage.jdbc.table.ddl
offset.storage.jdbc.offset.table.delete
to offset.storage.jdbc.table.delete
What's new
- Debezium upgrade to 3.1.2.Final
- Various bug fixes
What's Changed
- fix: clickhouse_loader port and secure options by @philippevezina in #1041
- Added workaround to fix the debezium timestamp for DATETIME4, DATETIM… by @subkanthi in #1057
- [1049] Fixed typo in config file. by @subkanthi in #1050
- Added logic to display the retry count. by @subkanthi in #1023
- Fix integration tests 2 7 0 by @subkanthi in #1067
- Reenable disabled tests. by @subkanthi in #1033
- Fix/1046 nullpointerexception dbsource by @subkanthi in #1068
- [1046] Fix NullPointerException and Refactor Connection Pool Initialization Logic by @chimeyrock999 in #1048
- Reverted back network_mode: host with ports. by @subkanthi in #1070
- Rolled back network_mode: Host by @subkanthi in #1081
- Revert "Fix/1046 nullpointerexception dbsource" by @subkanthi in #1084
- NULL Primary Key from MySQL needs to be translated to CH. by @subkanthi in #1087
- Fixed encoding logic when password has special characters. by @subkanthi in #1086
- Added logic to persist error logs in a separate database. by @subkanthi in #1054
- Replaced redpanda images. by @subkanthi in #1073
- Upgraded debezium to 3.1.2.Final, Added integration test to definer SQL. by @subkanthi in #1055
- Fixed REST API test to primarily test sink-connector-client. by @subkanthi in #1047
New Contributors
- @philippevezina made their first contribution in #1041
- @chimeyrock999 made their first contribution in #1048
Full Changelog: 2.6.0...2.7.0