Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added release notes for 2.0.2 #527

Merged
merged 1 commit into from
Apr 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions release-notes/2.0.2.md
Original file line number Diff line number Diff line change
@@ -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
Loading