Releases: databricks/iceberg-kafka-connect
Releases · databricks/iceberg-kafka-connect
0.6.19
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
- log-records-on-table-actions by @tabmatfournier in #256
- some-logging-improvements by @tabmatfournier in #262
Full Changelog: v0.6.18...v0.6.19
0.6.18
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
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
What's Changed
- Kafka Metadata SMT by @tabmatfournier in #205
- Non-flattening MongoDb Debezium SMT by @tabmatfournier in #204
- Refactor internals into Writer and Committer by @fqtab in #234
Full Changelog: v0.6.15...v0.6.16
0.6.15
What's Changed
- SMT for unstructured json parsing by @tabmatfournier in #214
0.6.14
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
What's Changed
- Update README for Azure by @liko9 in #193
- Refactor ChannelTestBase to replace mocks by @fqtab in #203
- Clean state on open by @tabmatfournier in #211
- Deduplicate before committing and emit a log warning by @fqtab in #212
New Contributors
- @liko9 made their first contribution in #193
- @tabmatfournier made their first contribution in #211
Full Changelog: v0.6.12...v0.6.13
0.6.12
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.