stable
Tested Versions
Java | 11+ |
Kafka Connect | 2.x, 3.x |
MySQL | Database: 8.0.x, 8.2 Driver: 8.0.33 |
MariaDB | Database: 11.1.2 Driver: 3.2.0 |
MongoDB | Database: 5.0, 6.0, 7.0 Driver: 4.11.0 |
PostgreSQL | Database: 10, 11, 12, 13, 14, 15, 16 Plug-ins: decoderbufs, pgoutput Driver: 42.6.1 |
Oracle | Database: 12c, 19c, 21c Driver: 12.2.x, 19.x, 21.x OpenLogReplicator: 1.3.0 |
SQL Server | Database: 2017, 2019, 2022 Driver: 12.4.2.jre8 |
Cassandra 3 | Database: 3.11.12 Driver: 3.11.12 |
Cassandra 4 | Database: 4.0.2 Driver: 4.14.0 |
Db2 | Database: 11.5 Driver: 11.5.0.0 |
Spanner | Database: 6.x Driver: 6.x |
Vitess | Database: 12.0.x Driver: 12.0.0* * See the Vitess Connector documentation for limitations when using the connector with earlier Vitess versions |
JDBC sink | Databases: Db2, MySQL, Oracle, PostgreSQL, SQL Server |
Informix | Database: 12, 14 Driver: 4.50.10 |
Db2 for IBM i | Database: 7.4 Driver: 11.1 |
Not compatible with your requirements? Have a look at the other series.
See the Kafka documentation for compatibility with other versions of Kafka brokers.
Documentation
Documentation for this specific series can be accessed below:
What's new
For more details on breaking changes, bugfixes, and new features see the release notes.
Installation
If you need details on how to install Debezium, we've documented some of the most common ways in the installation guide.
Releases in this series
The following are all the releases/bugfixes within this series.
2.6.2.Final
2024-05-30
Better Oracle connector performance for large number of tables; Fixed race condition in PostgreSQL on offset flushing; Fixed Avro compatibility issues during upgrde to 2.6; Removed excessive logging
2.6.1.Final
2024-04-12
Debezium Server classloading issues fixed; MongoDB connector no longer silently stops working in case of read error; MySQL binary log client library upgraded; Fixed race-condition for in Oracle connector handling of Infinispan buffer
2.6.0.Final
2024-04-02
Connection recovery for JDBC storage; Improved support for national character primary keys for SQL Server incremental snapshot; Generic snapshot mode configurable via connector properties; Correct thread shutdown for asynchronous Debezium Engine
2.6.0.CR1
2024-03-25
XML support for Oracle OpenLogReplicator adapter; Debezium Server upports `TRACE` level log OOTB; Configurable partitioning modes for Cassandra; Snapshot SPI support for MongoDB and Db2; Upgrade of MyxSQL driver to 8.3.x stream
2.6.0.Beta1
2024-03-06
Db2 for iSeries connector; Kafka 3.7.0; Faster multi-column key incremental snapshots; Metadata in watermarking signals; Redo SQL in Oracle change events metadata; New micro/nano-second precision source event timestamp; Arbitrary payload for outbox on Debezium Server; Snapshotter SPI and unified snapshot modes for all core connectors
2.6.0.Alpha2
2024-02-13
New asynchornous implementation of Debezium Engine and Server; Refactored snapshotting to unify snapshot modes; Java 17 as compile-time dependency; Timezone conversion SMT applicable to metadata field; MongoDB provides additional metrics, UUID support as document key in incremental snapshot, post-images support and SSL configurtion; Alternative SQL Server query mode for improved performance; Reduced Debezium Server image size; `DECFLOAT` datatype supported in Db2
2.6.0.Alpha1
2024-01-18
Removal of `replica_set` mode for MongoDB connector; Notification improvements; CloudEvents schema naming customization; Support for `NEW_ROW_AND_OLD_VALUES` capture mode in Spanner connector; Support for service loader classloading mode in Kafka Connect; DDL grammar fixes; Upgrade to Groovy 4; Fixed retrying logic for Debezium Engine