Releases: databricks/iceberg-kafka-connect
Releases · databricks/iceberg-kafka-connect
0.4.1
Adds a separate distribution that bundles the Hive metastore client.
0.4.0
Allows for multiple connectors to use the same control topic, and for different connectors using the same control topic to commit to the same table.
NOTE: This required a change to the control event schema and snapshot property name that is not backward compatible with earlier versions. When migrating from an earlier version, shut down the connector cleanly after a commit cycle so there are no uncommitted files in the control topic. Then clear or recreate the control topic.
0.3.7
Update connector name to "Apache Iceberg Sink Connector".
0.3.6
Update transitive dependencies to fix vulnerabilities.
0.3.5
Distribution updates with support information and documentation on config options.
0.3.4
Refactoring of commit state, no new functionality or bug fixes.
0.3.3
- Runs the coordinator in its own thread.
- Fixes a potential concurrency issue with Kafka transactions.
0.3.2
Fixes a bug where the commit state was not reset when a commit error occurred.
0.3.1
Adds client.id
configuration to channel consumer and producer.
0.3.0
Adds "valid-through timestamp" tracking.