Releases: ClickHouse/clickhouse-kafka-connect
Releases · ClickHouse/clickhouse-kafka-connect
v1.0.10
What's Changed
- Fixed writing into nullable Decimal column by @mlivirov in #276
- Adjusting the deduplication token hash by @Paultagoras in #280
- Fixed exception for when an array type column gets null value by @mlivirov in #279
- Feature Request 258: Support for data ingestion into
Array(DateTime64(3))
type columns by @alexshanabrook in #260
Full Changelog: v1.0.9...v1.0.10
v1.0.9
What's Changed
- Update integrationTests.yaml by @Paultagoras in #274
- Adding a more comprehensive way of tracking queries across methods by @Paultagoras in #275
Full Changelog: v1.0.8...v1.0.9
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]>