Skip to content

Releases: databricks/iceberg-kafka-connect

0.6.3

22 Nov 17:10
afb2aaf
Compare
Choose a tag to compare

Updates to table create and schema evolution to ignore null and empty values when inferring schema

0.6.2

05 Nov 17:52
74aa0d6
Compare
Choose a tag to compare

Excludes more unused transitive dependencies with vulnerabilities brought in by Hadoop

0.6.1

04 Nov 01:23
4d52833
Compare
Choose a tag to compare

Fixes an issue parsing partition spec configs containing bucket or truncate transforms

0.6.0

03 Nov 02:26
b264544
Compare
Choose a tag to compare

This release updates Iceberg to v1.4.2.

0.5.10

25 Oct 18:43
e778e06
Compare
Choose a tag to compare
  • Add config for setting properties for writers and table creation
  • Add config to force optional columns on table create and schema evolution
  • Fix delta writer when relying on ID column config

0.5.9

18 Oct 21:12
10578cf
Compare
Choose a tag to compare
  • Updated a couple of dependencies to resolve reported vulnerabilities
  • Minor update to the design doc

0.5.8

18 Oct 04:56
e7449ef
Compare
Choose a tag to compare
  • Adds retries for table auto-create
  • Fixes a race condition in leader election logic

0.5.7

13 Oct 01:40
a4762f8
Compare
Choose a tag to compare
  • A potential issue in Iceberg 1.4.0 was uncovered, so rolled back to 1.3.1 for now

0.5.6

12 Oct 15:14
7941d98
Compare
Choose a tag to compare

NOTE: binaries pulled, use 0.5.7 or later

  • Update dependencies to resolve reported vulnerabilities

0.5.5

11 Oct 00:50
89f533b
Compare
Choose a tag to compare

NOTE: binaries pulled, use 0.5.7 or later

  • Respect optional/required flag in record schema for auto table create and schema evolution
  • Move CDC metadata to struct field in SMTs