Skip to content

Commit

Permalink
Added release notes for 2.2.0.md release
Browse files Browse the repository at this point in the history
  • Loading branch information
subkanthi committed Jul 12, 2024
1 parent d1cb792 commit c64ef81
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions release-notes/2.2.0.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c64ef81

Please sign in to comment.