·
23 commits
to 3dcfae013705650a088203dd6d46277682b3ad4f
since this release
Lightweight
Docker: altinity/clickhouse-sink-connector:2.8.0-lt
https://hub.docker.com/layers/altinity/clickhouse-sink-connector/2.8.0-lt/images/sha256-3799c182de1e91a1dd1434d2f2035a6bdbb036d9a1f74bad64c8b537446db7f5
What's New
- Multi-platform(ARM) builds
- Oracle support(Experimental)
- Version History(Temporal tables) (Experimental)
- Schema Override
- support for more MySQL DDL statements.
- Debezium upgrade to 3.1.3.Final
What's Changed
- Fix table name substitution for creating schema history table. by @subkanthi in #1103
- 2.7.1 by @subkanthi in #1104
- Add max_memory_usage support in clickhouse_table_checksum.py by @aadant in #1119
- Support for partition expression in checksum command lines by @aadant in #1118
- Fixed parser when generated columns have isnotnull by @subkanthi in #1115
- schema override functionality. by @subkanthi in #1072
- Update postgres docker configuration. by @subkanthi in #1123
- Upgraded debezium to 3.1.3.Final by @subkanthi in #1117
- Fix time order for inserted rows panel by @mohaidoss in #1095
- [1097] Support longtext MySQL DDL. by @subkanthi in #1101
- Added oracle docker files. by @subkanthi in #1112
- Fixed typo in commented-out config.yml parameter by @PlzStandBy in #1105
- Added logic to write history tables in a separate connector mode. by @subkanthi in #1063
- Implement blocking put for back-pressure in DebeziumChangeEvent in sink connector lightweight by @captainpro-eng in #1108
- Updated Debezium configuration. by @subkanthi in #1147
- Added integration test for binlog history. by @subkanthi in #1143
- Support create database on cluster by @subkanthi in #1135
- Mergetree history fixes. by @subkanthi in #1149
- Replaced bitnami mysql docker images with official mysql images. by @subkanthi in #1152
- Fixed mapping of bigint unsigned. by @subkanthi in #1153
- Enable kafka connect json and added scripts for running without schem… by @subkanthi in #1130
- Fix alter table add column not null tests. by @subkanthi in #1155
New Contributors
- @PlzStandBy made their first contribution in #1105
- @captainpro-eng made their first contribution in #1108
Full Changelog: 2.7.1...2.8.0