Releases: databricks/iceberg-kafka-connect
Releases · databricks/iceberg-kafka-connect
0.6.3
Updates to table create and schema evolution to ignore null and empty values when inferring schema
0.6.2
Excludes more unused transitive dependencies with vulnerabilities brought in by Hadoop
0.6.1
Fixes an issue parsing partition spec configs containing bucket
or truncate
transforms
0.6.0
This release updates Iceberg to v1.4.2.
0.5.10
- 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
- Updated a couple of dependencies to resolve reported vulnerabilities
- Minor update to the design doc
0.5.8
- Adds retries for table auto-create
- Fixes a race condition in leader election logic
0.5.7
- A potential issue in Iceberg 1.4.0 was uncovered, so rolled back to 1.3.1 for now
0.5.6
NOTE: binaries pulled, use 0.5.7 or later
- Update dependencies to resolve reported vulnerabilities
0.5.5
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