It’s my pleasure to announce the release of Debezium 0.9.4.Final!
This is a drop-in replacement for earlier Debezium 0.9.x versions, containing mostly bug fixes and some improvements related to metrics. Overall, 17 issues were resolved.
MySQL Connector Improvements
New Postgres Datatypes
The Postgres connector now allows to capture changes to columns of the CIDR
and INET
types (DBZ-1189).
Bug Fixes
The fixed bugs include the following:
Check out the release notes for the complete list of issues fixed in Debezium 0.9.4.
Many thanks to Debezium community members Andrey Pustovetov, Jordan Bragg, Joy Gao, Preethi Sadagopan, Renato Mefi, Sasha Kovryga, Shubham Rawat and Stephen Powis for their contributions to this release!
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.