Releases: ClickHouse/clickhouse-kafka-connect
Releases · ClickHouse/clickhouse-kafka-connect
v1.2.5
What's Changed
- Remove unused Avro property from build.gradle.kts by @mzitnik in #467
- Bump com.github.gmazzo.buildconfig from 5.4.0 to 5.5.0 by @dependabot in #452
- Bump com.google.guava:guava from 33.3.0-jre to 33.3.1-jre by @dependabot in #454
- Bump org.testcontainers:clickhouse from 1.20.1 to 1.20.3 by @dependabot in #465
- Bump org.junit.jupiter:junit-jupiter-api from 5.11.0 to 5.11.3 by @dependabot in #464
- Bump com.fasterxml.jackson.core:jackson-annotations from 2.17.1 to 2.18.1 by @dependabot in #463
- Trim excess fields by @Paultagoras in #469
- Adding new bypass by @Paultagoras in #470
- Update build.gradle.kts by @Paultagoras in #473
- Removed RedisStateProvider + optimze imports for project by @mzitnik in #474
Full Changelog: v1.2.4...v1.2.5
v1.2.4
What's Changed
- Updating underlying java client dependency by @Paultagoras in #461
- Update build.gradle.kts by @Paultagoras in #466
Full Changelog: v1.2.3...v1.2.4
v1.2.3
v1.2.2
What's Changed
- Adding new state and logic around it by @Paultagoras in #445
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Adding additional log detail by @Paultagoras in #440
- Bump com.fasterxml.jackson.core:jackson-core from 2.17.1 to 2.17.2 by @dependabot in #438
- Bump com.github.gmazzo.buildconfig from 5.3.5 to 5.4.0 by @dependabot in #437
- Bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre by @dependabot in #436
- Bump io.lettuce:lettuce-core from 6.3.2.RELEASE to 6.4.0.RELEASE by @dependabot in #435
- Bump org.junit.jupiter:junit-jupiter-api from 5.10.3 to 5.11.0 by @dependabot in #434
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Bump ClickHouse client version 0.6.3 by @mzitnik in #421
- Add support scripts by @Paultagoras in #420
- Add support in Client V1 & V2 by @mzitnik in #424
- Issue #422 | Replacing Streams.zip with forEach on TupleFields by @arnay-allen in #423
- Bump org.projectlombok:lombok from 1.18.32 to 1.18.34 by @dependabot in #411
- Bump org.junit.jupiter:junit-jupiter-api from 5.10.2 to 5.10.3 by @dependabot in #412
- Bump com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.2 by @dependabot in #426
- Bump org.testcontainers:testcontainers from 1.19.8 to 1.20.1 by @dependabot in #427
- Add some initial code to take the key and store it in the value by @Paultagoras in #430
- Updating the version and removing old imports by @Paultagoras in #432
New Contributors
- @arnay-allen made their first contribution in #423
Full Changelog: v1.1.3...v1.2.0
v1.1.3
What's Changed
- Adding more nuanced split method and tests by @Paultagoras in #416
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- Adjusting the table mapping code to account for additional databases by @Paultagoras in #410
- Adding a test for UTF-8 and also extending to allow future tests by @Paultagoras in #409
- Adding ephemeral column support by @Paultagoras in #414
- Adding additional String parsing for DateTime64 by @Paultagoras in #413
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Update ClickHouseWriter.java by @Paultagoras in #402
- Bump org.testcontainers:kafka from 1.19.7 to 1.19.8 by @dependabot in #397
- Bump org.testcontainers:toxiproxy from 1.19.7 to 1.19.8 by @dependabot in #394
- Bump com.google.code.gson:gson from 2.10.1 to 2.11.0 by @dependabot in #396
- Bump com.google.guava:guava from 33.1.0-jre to 33.2.1-jre by @dependabot in #398
- Bump org.testcontainers:testcontainers from 1.19.7 to 1.19.8 by @dependabot in #395
- Fix invalid
ON CLUSTER
clause by @junegunn in #405 - Use combination of database and topic for connect state table for virtual topic by @abhishekgahlot2 in #389
- Update Utils.java by @Paultagoras in #403
- Tweak to return null instead of throw exception by @Paultagoras in #404
- Adding a flag to allow bypassing RowBinary and also fixed a bug aroun… by @Paultagoras in #408
- Use getResultRows to check KeeperMap entry existance by @askmyhat in #407
New Contributors
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Added logic to add ? to jdbc settings if they are not present. by @mzitnik in #374
- Change to async_insert=0 by @mzitnik in #376
- Add support for Tuples & Variants by @jirislav in #368
- Bump org.slf4j:slf4j-reload4j from 2.0.11 to 2.0.13 by @dependabot in #381
- fix 'overlapping' logic by @ne1r0n in #291
- Bump org.junit.jupiter:junit-jupiter-api from 5.10.1 to 5.10.2 by @dependabot in #382
- Pass modified database to doConvert if split db is true by @abhishekgahlot2 in #385
- Escape dbTopicSeperatorChar correctly using quote by @abhishekgahlot2 in #386
- Update ClickHouseBase.java by @Paultagoras in #388
- Update KeeperStateProvider.java by @Paultagoras in #380
- Reducing the volume of log entries by @Paultagoras in #390
- Adding some data validation by @Paultagoras in #392
- Adding additional dependencies for MSK by @Paultagoras in #393
New Contributors
- @jirislav made their first contribution in #368
- @abhishekgahlot2 made their first contribution in #385
Full Changelog: v1.0.17...v1.1.0