I’m pleased to announce the release of Debezium 1.4.0.CR1!

This release focuses primarily on polishing the 1.4 release.

Overall, the community fixed 15 issues for this release.

Bugfixes

A number of bugs were fixed, e.g.:

  • Document "database.oracle.version" option DBZ-2603

  • Move Cassandra connector to separate repository DBZ-2636

  • Remove link in MySQL docs section that points to the same section DBZ-2710

  • Invalid column name should fail connector with meaningful message DBZ-2836

  • Fix typos in downstream ModuleID declarations in monitoring.adoc DBZ-2838

  • Duplicate anchor ID in partials/ref-connector-monitoring-snapshot-metrics.adoc DBZ-2839

  • Oracle schema history events fail on partitioned table DBZ-2841

  • Fix additional typo in ModuleID declaration in monitoring.adoc DBZ-2843

  • Edit modularization annotations in logging.adoc DBZ-2846

  • outbox extension emits UPDATE events when delete is disabled DBZ-2847

  • Update Groovy version to 3.0.7 DBZ-2850

A big thank you to all the contributors from the community who worked on this release: Kewei Shang.

Outlook

Barring any unforeseen regressions and bug reports, Debezium 1.4 Final should be out the first week of January. Until then, we wish everyone a safe and happy holiday season!

Chris Cranford

Chris is a software engineer at Red Hat. He previously was a member of the Hibernate ORM team and now works on Debezium. He lives in North Carolina just a few hours from Red Hat towers.

   


About Debezium

Debezium is an open source distributed platform that turns your existing databases into event streams, so applications can see and respond almost instantly to each committed row-level change in the databases. Debezium is built on top of Kafka and provides Kafka Connect compatible connectors that monitor specific database management systems. Debezium records the history of data changes in Kafka logs, so your application can be stopped and restarted at any time and can easily consume all of the events it missed while it was not running, ensuring that all events are processed correctly and completely. Debezium is open source under the Apache License, Version 2.0.

Get involved

We hope you find Debezium interesting and useful, and want to give it a try. Follow us on Twitter @debezium, chat with us on Zulip, or join our mailing list to talk with the community. All of the code is open source on GitHub, so build the code locally and help us improve ours existing connectors and add even more connectors. If you find problems or have ideas how we can improve Debezium, please let us know or log an issue.