Skip to content

Commit 0c6ae97

Browse files
authored
Merge pull request #1045 from Altinity/2_6_0_release_notes
Added 2.6.0 release notes
2 parents 75d84d7 + da8fdfa commit 0c6ae97

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

release-notes/2.6.0.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
## What's Changed
2+
* 2.5.1 by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/995
3+
* Renable disabled integration tests. by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/1004
4+
* Added connection pool documentation by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/1000
5+
* Update README.md by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/1009
6+
* Update connection_pool.md by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/1010
7+
* Updated config doc by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/1011
8+
* Pass jdbc parameters to datasource, removed okhttp dependencies. by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/1012
9+
* Update debezium version to 3.1.0.AlphaFinal by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/1001
10+
* Add ddl translation rest api by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/936
11+
* Added support for create table for MySQL Set Data type by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/881
12+
* Added step to install ps command for sink-connector lightweight by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/878
13+
* 866 incorrect precision and scale parsing due to column comment interference by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/868
14+
* Build cross-platform docker image for arm and amd by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/955
15+
* Added test case for parsing ghost SQL statements by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/817
16+
* Added integration test to validate replication of DDL with partitions. by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/953
17+
* Add steps to start a second connector. by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/959
18+
* Update README.md by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/1016
19+
* Local environment setup(IntelliJ) by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/1017
20+
* set errors.max.retries in config.yml by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/1018
21+
* Revert database in config.yml to test by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/1020
22+
* 993 datetime columns with non utc tz on source and target are not replicated properly by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/1022
23+
* Added logic to set clickhouse settings from configuration parameter. by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/1024
24+
* Added retry logic for acknowledging records. by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/1015
25+
* Added mapping of time with timezone postgres datatype to clickhouse string and added integration test. by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/951
26+
* Update ClickHouseDataTypeMapper.java: fix for working with bytebuffer by @salisbury-espinosa in https://github.com/Altinity/clickhouse-sink-connector/pull/897
27+
* Revert "Added retry logic for acknowledging records." by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/1031
28+
* maven checkstyle fixes. by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/1030
29+
* Fix datetime integration tests. by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/1029
30+
* Added network_mode:host to docker compose by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/1038
31+
* Testflows tests for 2 6 0 by @Selfeer in https://github.com/Altinity/clickhouse-sink-connector/pull/1036
32+
* Instructions to install JAR file for kafka sink connector by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/879
33+
* Added integration test to cover MySQL demo. by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/984
34+
* Added logic to CREATE on Cluster when replicated mode is enabled by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/880
35+
* Update ddl docs by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/1025
36+
* K8s manifest files by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/1032
37+
* Update PreparedStatementExecutor.java: fix updates from postgres (update in postgres -> kafka -> clickhouse) by @salisbury-espinosa in https://github.com/Altinity/clickhouse-sink-connector/pull/900
38+
* Added monitoring of sink connector using docker compose by @subkanthi in https://github.com/Altinity/clickhouse-sink-connector/pull/1044
39+
40+
41+
**Full Changelog**: https://github.com/Altinity/clickhouse-sink-connector/compare/2.5.1...2.6.0

0 commit comments

Comments
 (0)