Releases: ClickHouse/clickhouse-kafka-connect
Releases · ClickHouse/clickhouse-kafka-connect
v1.0.8
What's Changed
- Adding Dockerfile by @Paultagoras in #269
- Add updated/chaos testing by @Paultagoras in #268
- Remove flag by @Paultagoras in #271
- Bump org.testcontainers:kafka from 1.19.1 to 1.19.3 by @dependabot in #266
- Bump com.diffplug.spotless from 6.22.0 to 6.23.2 by @dependabot in #265
- Bump io.lettuce:lettuce-core from 6.2.6.RELEASE to 6.3.0.RELEASE by @dependabot in #264
- Bump org.apache.httpcomponents.client5:httpclient5 from 5.2.1 to 5.2.3 by @dependabot in #262
- Bump org.testcontainers:clickhouse from 1.19.1 to 1.19.3 by @dependabot in #263
Full Changelog: v1.0.7...v1.0.8
v1.0.7
What's Changed
- Fix Handle ClickHouse JDBC Client Timeout Exception by @ygrzjh in #252
- Update UtilsTest.java by @Paultagoras in #257
- Wait until end of query to make sure the processing is successful by @mshustov in #267
New Contributors
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
- issue 250: fix ingestion of arrays of nullable primitives by @alexshanabrook in #251
- Logging updates by @Paultagoras in #256
New Contributors
- @alexshanabrook made their first contribution in #251
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- Update KeeperStateProvider.java by @Paultagoras in #241
- Update manifest.json by @Paultagoras in #243
- Adding configuration properties for the state storage location by @Paultagoras in #245
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- Update ClickHouseHelperClient.java by @Paultagoras in #238
- Adding proxy support by @Paultagoras in #231
- Adjust where static type token is defined by @Paultagoras in #234
- Additional mapping tests by @Paultagoras in #235
- Added new retry codes by @Paultagoras in #237
Full Changelog: v1.0.2...v1.0.4
v1.0.2
Update CHANGELOG.md (#229) * Update CHANGELOG.md * Update CHANGELOG.md
v1.0.1
Merge pull request #181 from ClickHouse/update_version_1.0.1 update version to 1.0.1
v1.0.0
fix version 1.0.0 (#178) Co-authored-by: mzitnik <[email protected]>
v0.0.19
What's Changed
- Implement Correct Date Conversion Across All Date Types fixes #154 by @raphala in #155
- Exactly once automated testing by @Paultagoras in #157
- Additional test cases and adding configuration options by @Paultagoras in #162
- Custom settings support by @Paultagoras in #169
- Support for error.tolerance and also the DLQ by @Paultagoras in #170
New Contributors
Full Changelog: v0.0.18...v0.0.19
v0.0.18
Merge pull request #151 from ClickHouse/date_conversion_bug