From c64ef818becefa0881042534c2be9d84a8b0ecc5 Mon Sep 17 00:00:00 2001 From: Kanthi Subramanian Date: Fri, 12 Jul 2024 15:51:23 -0400 Subject: [PATCH] Added release notes for 2.2.0.md release --- release-notes/2.2.0.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 release-notes/2.2.0.md diff --git a/release-notes/2.2.0.md b/release-notes/2.2.0.md new file mode 100644 index 000000000..2eddb74d5 --- /dev/null +++ b/release-notes/2.2.0.md @@ -0,0 +1,37 @@ +## What's Changed +* Upgraded to debezium 2.7.0 and update new function definition for MyS… by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/587 +* Added log.error statements for all RunTimeException by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/588 +* Update development.md by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/604 +* Add TesTflows tests support for ReplicatedReplacingMergeTree engine by @Selfeer in https://github.com/Altinity/clickhouse-sink-connector/pull/610 +* Revert back debezium version to 2.5.0.Beta1 by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/616 +* Added support to use user provided rmt delete column by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/593 +* Update quickstart README by @hoanganht1k27 in https://github.com/Altinity/clickhouse-sink-connector/pull/618 +* Fix runners 24 4 by @Selfeer in https://github.com/Altinity/clickhouse-sink-connector/pull/621 +* Fixed renaming of is_deleted column when the source columns have backticks by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/620 +* Added logic to include database name in the logs by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/613 +* Added Integration test to validate mapping of MySQL JSON data types t… by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/592 +* Fix fails testflows by @Selfeer in https://github.com/Altinity/clickhouse-sink-connector/pull/629 +* Fix broken CI/CD for TestFlows by @Selfeer in https://github.com/Altinity/clickhouse-sink-connector/pull/633 +* 631 add database name or UUID to rrmt engine definition when tables are auto created by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/632 +* Resolve 2 2 0 conflicts by @Selfeer in https://github.com/Altinity/clickhouse-sink-connector/pull/651 +* 631 add database name or UUID to rrmt engine definition when tables are auto created by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/643 +* 2.1.0 by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/647 +* Database name overrides by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/624 +* Remove clickhouse server database by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/614 +* Added Integration test to validate mismatch of mysql columns by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/627 +* Log exception cause when there is an exception starting connector by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/652 +* Added production setup architecture by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/638 +* 575 add integration test multiple schema for postgresql by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/579 +* Return error code when there is an error retrieving show_replica_status by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/658 +* Added logic to OVERRIDE CREATE DATABASE SQL by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/653 +* Changes to fix grafana datasource by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/639 +* Change MySQL docker image used in Java Integration test from latest t… by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/670 +* Added logic to move the CREATE VIEW operation to after the connector … by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/668 +* Avoid printing error logs when there are no records in the queue by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/674 +* Updated documentation on handling datetime/timestamp fields by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/662 +* Upgraded to debezium 2.7.0 and update new function definition for MyS… by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/590 + +## New Contributors +* @hoanganht1k27 made their first contribution in https://github.com/Altinity/clickhouse-sink-connector/pull/618 + +**Full Changelog**: https://github.com/Altinity/clickhouse-sink-connector/compare/2.1.0...2.2.0