Skip to content

Releases: memiiso/debezium-server-iceberg

Release 0.9.0.Alpha

27 Feb 15:39
15d55b2
Compare
Choose a tag to compare

Notable changes

This release introduces several enhancements and fixes across various areas.

  • Enhanced Packaging and Licensing:
    • Maven packaging artifacts are now published to GitHub Packages, ensuring improved distribution and compliance.
    • Packaging has been enhanced with the inclusion of comprehensive third-party licenses.
  • Dependency Upgrades and Removals:
    • Debezium has been upgraded to version 3.1.0.Alpha2.
    • Hadoop and PostgreSQL dependencies have been removed, streamlining the project.
  • Simplified Configuration Management:
    • Configuration access and management have been centralized through a dedicated config class, utilizing Quarkus ConfigMapping.
  • Improved Data Type Handling:
    • Enhanced data type handling now supports datetime, timestamp, and date formats. (When time.precision.mode is not dynamic) The connector accurately converts these data types to their Iceberg equivalents.
  • Optimized Default Configuration for Iceberg Consumer:
    • Default configuration values have been optimized for the Iceberg consumer, incorporating recommended Debezium settings. These settings are now applied by default.
      • Default time.precision.mode changed to isostring.
      • Default decimal.handling.mode changed to double.
      • debezium.transforms is now set to unwrap with preconfigured unwrap settings. See default values for details. To disable it set debezium.transforms=,

NOTE: Please be aware that these modifications may affect backward compatibility. Thorough testing is strongly recommended before deployment.

What's Changed

New Contributors

Full Changelog: 0.8.2.Final...0.9.0.Alpha

Release latest

28 Feb 13:03
15d55b2
Compare
Choose a tag to compare
Release latest Pre-release
Pre-release

Release latest

Release 0.8.2.Final

31 Jan 15:24
bd352ec
Compare
Choose a tag to compare

Release 0.8.2.Final

Notable changes

  • Debezium upgraded to 3.0.7.Final
  • Quarkus and other dependency versions are aligned to upstream Debezium
  • Various code improvements added around: python package, java testing and "schema change topic" handling

What's Changed

New Contributors

Full Changelog: 0.8.1.Final...0.8.2.Final

Release 0.8.1.Final

18 Dec 10:32
f6146dc
Compare
Choose a tag to compare

Release 0.8.1.Final

What's Changed

  • Bump version.debezium from 2.7.3.Final to 2.7.4.Final by @dependabot in #448
  • Revert Quarkus to a Debezium compatible version by @panga in #447
  • Align groovy dependency with Debezium. Update It to 4.0.17 and switch to new artifact org.apache.groovy by @ismailsimsek in #449
  • Upgrade jackson from 2.14.2 to 2.16.2, align with Debezium by @ismailsimsek in #451
  • Upgrade iceberg from 1.7.0 to 1.7.1 by @ismailsimsek in #452

New Contributors

Full Changelog: 0.8.0.Final...0.8.1.Final

Release 0.8.0.Final

03 Dec 00:46
de798ce
Compare
Choose a tag to compare
Release 0.8.0.Final Pre-release
Pre-release

Release 0.8.0.Final

Release 0.7.0.Final

08 Sep 12:53
Compare
Choose a tag to compare
  • 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

Release 0.6.0.Final

03 Aug 12:47
54a0783
Compare
Choose a tag to compare
  • Debezium: 2.7.0.Final
  • Apache Iceberg: 1.6.0
  • Quarkus: 3.13.0

Notable changes

  • new config added to control casing of iceberg table names. To change tables names uppercase or lowercase folloing configuration properties could be used, see documentation. debezium.sink.iceberg.destination-uppercase-table-names=true or debezium.sink.iceberg.destination-lowercase-table-names=true
  • Quarkus upgraded from 3.12.x to 3.13.x, See Quarkus release notes here

What's Changed

  • Add option to change case of destination/iceberg table names by @ismailsimsek in #389
  • Bump version.quarkus from 3.12.3 to 3.13.0 by @dependabot in #392
  • Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.5 to 3.3.1 by @dependabot in #395
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 by @dependabot in #394
  • Bump io.smallrye:jandex-maven-plugin from 3.2.0 to 3.2.1 by @dependabot in #393

Full Changelog: 0.5.0.Final...0.6.0.Final

Release 0.5.0.Final

24 Jul 13:56
623377d
Compare
Choose a tag to compare
  • Debezium: 2.7.0.Final
  • Apache Iceberg: 1.6.0
  • Quarkus: 3.12.3

What's Changed

Full Changelog: 0.5.0.Beta...0.5.0.Final

Release 0.5.0.Beta

28 Jun 14:17
2957e3b
Compare
Choose a tag to compare
  • Debezium: 2.7.0.Final
  • Apache Iceberg: 1.5.2
  • Quarkus: 3.10.0

Breaking Changes

Debezium version upgraded from 2.5.x to 2.7.x:

IcebergSchemaHistory wrong table location corrected:

IcebergSchemaHistory class was using wrong table namespace {catalog-name}.{table-name} now this is corrected to use {table-namespace}.{table-name}
If you were using different catalog-name please follow following steps for migration

  1. stop debezium server
  2. copy the IcebergSchemaHistory table to new location: {table-namespace}.{table-name}
  3. start debezium server

Configuration change:

Configuration option debezium.sink.iceberg.upsert-op-column, defaultValue = __op is removed.

Notable changes

  • Quarkus upgraded from 3.6.x to 3.10.x, See Quarkus release notes here
  • Java release target upgraded from 11 to 17
  • Full support for debezium nested events added. Now its possible to run consumer without event flattening.
  • Debezium event processing improved, unnecessary schema de-serialization is avoided.

What's Changed

Full Changelog: 0.4.0.Final...0.5.0.Beta

Release 0.4.1.Final

29 May 19:15
c9c4ce2
Compare
Choose a tag to compare

This release includes fix to debezium storage classes {IcebergSchemaHistory, IcebergOffsetBackingStore}. Now both classes can be used by icebergevents consumer too.

  • Debezium: 2.7.0.Alpha1
  • Apache Iceberg: 1.5.2
  • Quarkus: 3.10.0

Breaking Changes

IcebergSchemaHistory class was using wrong table name {catalog-name}.{table-name} now this is corrected to {table-namespace}.{table-name}
If you were using different catalog-name previously please follow following steps for migration

  1. stop debezium server
  2. move the table to new location: {table-namespace}.{table-name}
  3. start the debezium server

What's Changed

  • Simplify example config, removed hadoop catalog example by @ismailsimsek in #321
  • Fix reading config values in debezium storage classes by @ismailsimsek in #327
  • Minor improvements to icebergevents consumer, IcebergEventsChangeCons… by @ismailsimsek in #328