From 09bde6489da3860d663f467f11f9dd448a2fc74c Mon Sep 17 00:00:00 2001 From: Kanthi Subramanian Date: Fri, 5 Apr 2024 16:40:38 -0400 Subject: [PATCH] Added release notes for 2.0.2 --- release-notes/2.0.2.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 release-notes/2.0.2.md diff --git a/release-notes/2.0.2.md b/release-notes/2.0.2.md new file mode 100644 index 000000000..c8fcc9083 --- /dev/null +++ b/release-notes/2.0.2.md @@ -0,0 +1,18 @@ +## What's Changed +* Added release notes for 2.0.1 by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/504 +* Update README.md with latest release 2.0.1 by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/505 +* 506 datetime limits were updated in jdbc libraryclickhouse java by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/508 +* Update config.yml to set database.connectionTimezone by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/514 +* Removed log4j 1.x dependencies by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/509 +* Updated troubleshooting documentation by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/517 +* Added sample application to create 5000 sample records. by @DougTidwell in https://github.com/Altinity/clickhouse-sink-connector/pull/521 +* Various fixes to the MySQL python commands by @aadant in https://github.com/Altinity/clickhouse-sink-connector/pull/515 +* ReplicatedReplacingmergetree support for kafka by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/522 +* When MAX_QUEUE_SIZE is configured, the this.records.add(batch) method may throw an IllegalStateException and terminate the task. by @UsenPang in https://github.com/Altinity/clickhouse-sink-connector/pull/512 +* Release 2.0.2 by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/510 + +## New Contributors +* @DougTidwell made their first contribution in https://github.com/Altinity/clickhouse-sink-connector/pull/521 +* @UsenPang made their first contribution in https://github.com/Altinity/clickhouse-sink-connector/pull/512 + +**Full Changelog**: https://github.com/Altinity/clickhouse-sink-connector/compare/2.0.1...2.0.2