Skip to content

Release 0.3.0.Beta

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Sep 22:18
· 115 commits to master since this release
6fa7a25

This release includes major features and changes

Notable changes

  • Support for all nested data types added in #232 #233
  • New iceberg offset and database history classes added in #174 #175

Notable PRs

  • Convert __source_ts_ms and __ts_ms to TimestampType.withZone type in #108
  • Add ofset storage class in #174
  • Add iceberg schema history storage in #175
  • Remove aws-java-sdk-bundle from release in #204
  • Add hive-metastore and Iceberg cloud dependencies to release in #198
  • Add support to map data type in #232 #233

Breaking Changes

  • aws-java-sdk-bundle dependency removed from the release in #204
  • __source_ts_ms and __ts_ms fields are converted to TimestampType.withZone type in #108

Debezium version upgraded from 1.9.5.Final to 2.2.1.Final
For Debezium 1.9 Breaking Changes please see release notes
For Debezium 2.0 Breaking Changes please see release notes
For Debezium 2.1 Breaking Changes please see release notes
For Debezium 2.2 Breaking Changes please see release notes

Iceberg upgraded from 0.14.0 to 1.3.1
For Iceberg changes please see https://iceberg.apache.org/releases/

Quarkus upgraded from 2.11.3.Final to 3.3.2
For Quarkus changes please see https://quarkus.io/blog/tag/release/

What's Changed

New Contributors

Full Changelog: 0.2.0.Final...0.3.0.Beta