Skip to content

Releases: ClickHouse/clickhouse-kafka-connect

v1.3.5

18 Dec 19:08
fd18750

Choose a tag to compare

Improvements

  • Added topic metrics to JMX and extended task metrics. Topic metrics have partition granularity - each partition has its own metrics (#612)
  • Improved failure handling when messages should be sent to DLQ. Previous implementation was sending whole batch to DLQ
    when one message failed. Now it sends only failed group of messages to DLQ. If failed because of schema validation then
    logs error message contains field name and schema type. (#590)
  • Added support for writing boolean values to number columns. This is allowed because boolean fits into any number type. (#633)

Bug Fixes

  • Fixed error message about unhandled complex type in array (#608)
  • Fixed logging in schema validation logic. Message "Got non-root column, but its parent was not found to be updated"
    was logged as error but should be a warning. (#645)
  • Fixed writing Avro timestamp value. (#599)
  • Fixed negative timestamp in logs. (#614)

Dependencies

  • Updated clickhouse-java version to 0.9.4 (#629)

v1.3.4

09 Oct 03:02
4d8b433

Choose a tag to compare

  • Added column named that causes error (#607)
  • Updated clickhouse-java version (#596)
  • Fixed Client Name reported for query_log (#542)
  • Fixed writing Avro union of string and bytes to String column (#572)

v1.3.3

30 Aug 15:12
62450ce

Choose a tag to compare

  • Fixed writing JSON values to ClickHouse. Previously all JSON Object were written as objects where field value were wrapped with { "object": <field value> }. Now objects stored with original structure. (#574)
  • Added support of SimpleAggregateFunction column type. (#571)

v1.3.2

05 Jul 03:30
94bc2f8

Choose a tag to compare

  • Added support of writing JSON as string to a JSON column (#554)
  • Upgraded dependency org.slf4j:slf4j-reload4j from 2.0.13 to 2.0.17
  • Upgraded dependency org.apache.httpcomponents.client5:httpclient5 from 5.4.4 to 5.5
  • Upgraded dependency com.fasterxml.jackson.core:jackson-annotations from 2.19.0 to 2.19.1
  • Upgraded dependency org.projectlombok:lombok from 1.18.34 to 1.18.38

v1.3.1

19 May 05:36
e640775

Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

14 Apr 17:59
97aa523

Choose a tag to compare

What's Changed

Full Changelog: v1.2.9...v1.3.0

v1.2.9

25 Mar 20:48
bec167d

Choose a tag to compare

What's Changed

Full Changelog: v1.2.8...v1.2.9

v1.2.8

13 Feb 18:48
0f0f356

Choose a tag to compare

What's Changed

  • Fix NPE on V1 when table has array(nested) field by @ArtDu in #497
  • Reduce archive size by @mzitnik in #498
  • Tweak log statement to reduce empty output by @Paultagoras in #499
  • Bump org.testcontainers:testcontainers from 1.20.1 to 1.20.4 by @dependabot in #485
  • Bump org.testcontainers:kafka from 1.20.1 to 1.20.4 by @dependabot in #484
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.17.2 to 2.18.2 by @dependabot in #483
  • Bump com.fasterxml.jackson.core:jackson-annotations from 2.18.1 to 2.18.2 by @dependabot in #482
  • Bump org.apache.httpcomponents.client5:httpclient5 from 5.3.1 to 5.4.2 by @dependabot in #500

New Contributors

Full Changelog: v1.2.7...v1.2.8

v1.2.7

05 Feb 14:37
0e49af7

Choose a tag to compare

What's Changed

  • Bump clickhouse-java to 0.8.0 by @mzitnik in #494
  • Fix for handling of nullable fields in tuples ClickHouse data type by @mzitnik in #492

Full Changelog: v1.2.6...v1.2.7

v1.2.6

04 Dec 07:14
8562081

Choose a tag to compare

What's Changed

Full Changelog: v1.2.5...v1.2.6