From 0b923fe72a2aa375e1f3a2d54e682cd158b2d6fd Mon Sep 17 00:00:00 2001 From: Kanthi Subramanian Date: Fri, 17 May 2024 16:31:09 -0400 Subject: [PATCH] Added 2.1.0 release notes --- release-notes/2.1.0.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 release-notes/2.1.0.md diff --git a/release-notes/2.1.0.md b/release-notes/2.1.0.md new file mode 100644 index 00000000..6e620dcb --- /dev/null +++ b/release-notes/2.1.0.md @@ -0,0 +1,42 @@ +## What's Changed + +## Breaking Changes. +The configuration `clickhouse.server.database` is now deprecated with the multiple database support. +By default the source MySQL/postgres database name will be used as the ClickHouse database name. + +## Changes +* Release 2.0.2 by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/510 +* Added release notes for 2.0.2 by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/527 +* add 1 second delay after query execution by @Selfeer in https://github.com/Altinity/clickhouse-sink-connector/pull/537 +* Update README.md by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/539 +* Update Monitoring.md by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/541 +* Change index_granularity to 8192 instead of 8198. by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/534 +* Refactor TestFlows tests related to Lightweight by @Selfeer in https://github.com/Altinity/clickhouse-sink-connector/pull/543 +* Update config.yml to include database.server.id by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/544 +* Update Troubleshooting.md by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/545 +* Update Monitoring.md to include insert duration query and part log query by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/546 +* Removed references to deduplication.policy in kafka configuration by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/547 +* Use sequence number + timestamp in non-gtid mode for version column. by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/550 +* Added logic to support multiple databases by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/535 +* 523 handle scenario when records could be inserted with the same timestampnon gtid mode by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/552 +* [528] Added logic to create view for replica_source_info table by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/549 +* Replaced slf4j calls with log4j2 api calls by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/553 +* Can't load table from Postgres to Clickhouse containing nullable numeric column by @ZlobnyiSerg in https://github.com/Altinity/clickhouse-sink-connector/pull/529 +* Kafka fixes for multiple database. by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/555 +* Added integration test to perform updates on PK to verify incrementin… by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/554 +* Enable postgres tests by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/556 +* Grafana - Fix prometheus targets by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/558 +* Fixed logic of creating sequence number based on debezium timestamp, … by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/557 +* Removed excessive logging statements by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/565 +* Changed CREATE VIEW to CREATE VIEW IF NOT EXISTS by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/567 +* Fix alter drop column by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/560 +* Force RMT to old version for Integration tests by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/571 +* Changed from ts_ms to debezium ts_ms for adding sequence numbers by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/569 +* Fixed alter table change column not null DDL query by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/573 +* Changes to make sure the threads are exited when the CLI stop command… by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/525 +* remove old broken tests by @Selfeer in https://github.com/Altinity/clickhouse-sink-connector/pull/585 + +## New Contributors +* @ZlobnyiSerg made their first contribution in https://github.com/Altinity/clickhouse-sink-connector/pull/529 + +**Full Changelog**: https://github.com/Altinity/clickhouse-sink-connector/compare/2.0.2...2.1.0 \ No newline at end of file