Skip to content

Release 0.7.0.Final

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Sep 12:53
· 25 commits to master since this release
  • Debezium: 2.7.2.Final
  • Apache Iceberg: 1.6.1
  • Quarkus: 3.13.3

Breaking Changes

Equality deletes:

  • Now Equality delete files are containing key fields only and they are written with record projection. Now delete files only includes key files, previously delete files were including full delete record.

Notable changes

  • Various code improvement added. Now code base is more closely aligned with upstream iceberg-kafka-connect
  • Now size of the files generated is defined write.target-file-size-bytes config, previously Long.MAX_VALUE was used
  • Iceberg upgraded from 1.6.0 to 1.6.1
  • Debezium upgraded from 2.7.0.Final to 2.7.2.Final
  • Quarkus upgraded from 3.13.0 to 3.13.3

What's Changed

Full Changelog: 0.6.0.Final...0.7.0.Final