-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
## What's Changed | ||
* Update state_storage.md by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/771 | ||
* Update README.md to include state storage link by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/772 | ||
* Updated offset state storage documentation. by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/774 | ||
* Update state_storage.md to include schema storage. by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/775 | ||
* Update state_storage.md to include postgresql offsets by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/776 | ||
* Testflows new kafka tests by @Selfeer in https://github.com/Altinity/clickhouse-sink-connector/pull/738 | ||
* Update quickstart.md to start sink connector service by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/785 | ||
* Added logic to get latest release from github by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/786 | ||
* Update quickstart.md with script to set environment variable. by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/787 | ||
* Update quickstart_postgres.md by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/788 | ||
* Added updates to script by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/789 | ||
* Added single.threaded flag to Mariadb test to validate replication in… by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/781 | ||
* Update production_setup.md by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/796 | ||
* Changed logging level to info for STRUCT EMPTY not a valid CDC record by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/795 | ||
* Update production_setup.md to include max_paritions_per_insert by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/804 | ||
* Added logic to commit batch in single threaded mode by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/802 | ||
* Update production_setup.md , fixed broken link by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/809 | ||
* Added support for DROP CONSTRAINT by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/807 | ||
* Update config.ym by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/813 | ||
* Removed logic of duplicating instances of DebeziumOffsetStorage by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/833 | ||
* Support MySQL point by @poweroftrue in https://github.com/Altinity/clickhouse-sink-connector/pull/815 | ||
* Support MySQL Polygons by @poweroftrue in https://github.com/Altinity/clickhouse-sink-connector/pull/853 | ||
* Added Integration test for testing POINT data type in MySQL by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/851 | ||
* Upgrade debezium to 2.7.1.Final by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/792 | ||
* Set log retention max size to 100M by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/805 | ||
* Added integration test to validate database.override.map in snapshot.mode=initial mode by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/818 | ||
* Log docker tag in startup by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/841 | ||
* Upgrade clickhouse.jdbc.version to 0.6.5 by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/832 | ||
* Single threaded documentation by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/822 | ||
* add ddl.retry by @Selfeer in https://github.com/Altinity/clickhouse-sink-connector/pull/865 | ||
* Refactored DDL processing logic by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/839 | ||
* Testflows updates by @Selfeer in https://github.com/Altinity/clickhouse-sink-connector/pull/873 | ||
* Added test to replicate generated columns in postgreSQL by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/777 | ||
* Added function to retrieve a map of column name and is_nullable as bo… by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/852 | ||
* Added test for MySQL DDL with partitions by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/784 | ||
* 773 add sink connector client step to purge schema history so that newer tables can be added by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/779 | ||
|
||
## New Contributors | ||
* @poweroftrue made their first contribution in https://github.com/Altinity/clickhouse-sink-connector/pull/815 | ||
|
||
**Full Changelog**: https://github.com/Altinity/clickhouse-sink-connector/compare/2.3.0...2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters