Skip to content

Releases: databricks/iceberg-kafka-connect

0.6.19

06 Jun 21:53
066bb79
Compare
Choose a tag to compare

What's Changed

A minor update to improve logging, particularly for debugging:

  • some thrown errors now include Kafka topic/partition/offset for the record triggering the exception
  • the Kafka topic/partition/offset that is used to create an Iceberg table when auto create table is enabled
  • the Kafka topic/partition/offset that causes a Iceberg schema evolution, when enabled
  • additional logging around coordinator/worker to help debug Kafka/Connector settings in cases where files are being written to disk but not being committed to the table

Full Changelog: v0.6.18...v0.6.19

0.6.18

22 May 17:12
e7c07bf
Compare
Choose a tag to compare

What's Changed

  • two null checks on timestamp were missed in the event decoder release for 0.6.17, which could affect users upgrading from an older version if the coordinator topic was not clean during shutdown during the upgrade.

0.6.17

21 May 16:16
c16ca54
Compare
Choose a tag to compare

What's Changed

  • Noisy coordinator logs have been moved from the INFO to the DEBUG level
  • Iceberg has been updated to 1.5.2

Full Changelog: v0.6.16...v0.6.17

0.6.16

25 Apr 16:48
e3dee36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.15...v0.6.16

0.6.15

04 Apr 19:48
303435a
Compare
Choose a tag to compare

What's Changed

0.6.14

28 Mar 15:39
5ab5c53
Compare
Choose a tag to compare

What's Changed

  • Fixed bug in hive/hadoop config loading for non-hive release by @tabmatfournier in #216
  • Handle partition spec evolutions gracefully by @fqtab in #202
  • Removed unnecessary hadoop configuration2 jar from non-hive release to address unpatched upstream vulnerability by @tabmatfournier in #226

Full Changelog: v0.6.13...v0.6.14

0.6.13

15 Mar 18:37
ae72973
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.12...v0.6.13

0.6.12

01 Mar 13:52
b6bb8b9
Compare
Choose a tag to compare

Updated a dependency to resolve reported vulnerabilities
Minor update to the README

Note: Users should not be alarmed by the sudden jump from 0.6.5 to 0.6.12 as this was largely an accident. Whilst resolving infrastructure issues, the version tag was incremented too many times. Otherwise this would have simply been the 0.6.6 release.

0.6.5

29 Nov 16:15
64b824a
Compare
Choose a tag to compare

Fixes a bug in schema evolution involving collections with struct element types

0.6.4

26 Nov 23:57
f7d278a
Compare
Choose a tag to compare

Adds the config option iceberg.tables.schema-case-insensitive to enable case-insensitive table column lookup during record conversion.