development
Quick links
Tested Versions
Java | 17+ for connectors; 21+ for Debezium Server, Operator, Outbox and Quarkus extension |
Kafka Connect | 3.1 and later |
MySQL | Database: 8.0.x, 8.4.x, 9.0, 9.1 Driver: 9.1.0 |
MariaDB | Database: 11.4.x Driver: 3.5.3 |
MongoDB | Database: 6.0, 7.0, 8.0 Driver: 4.11.0 |
PostgreSQL | Database: 12, 13, 14, 15, 16, 17 Plug-ins: decoderbufs, pgoutput Driver: 42.6.1 |
Oracle | Database: 19c, 21c, 23ai (LogMiner only) Driver: 19.x, 21.x, 23.x (with 23ai only) OpenLogReplicator: 1.6.0, 1.5.0, 1.4.0, 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.1.7 Driver: 4.14.0 |
Cassandra 5 | Database: 5.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: 21.0.2* * 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, 15 Driver: 4.50.11.2 |
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.
Snapshot releases
Snapshot builds of all Debezium artifacts are done on a periodic schedule several times throughout the day. The documentation contains links to connector snapshots here and Debezium Server here.
Releases in this series
The following are all the releases/bugfixes within this series.
3.2.0.Beta2
2025-06-09
Integration with OpenLineage; Stability improvements for large schema histories; Chicory SMT supports stable AOT implementation
3.2.0.Beta1
2025-05-29
Initial revision of Debezium Quarkus extension; `ExtractNewDocumentState` SMT was rewritten to be more robust and support heterogenous documents in arrays and neste documents; Improved perfromance of JDBC reduction buffer; Full support for custom SSL configuration in Redis sink; New sink for Qdrant vector database; Support for Informix 15 and heartbeat query in Informix connector; Support for Hugging Face and Open AI embeddings
3.2.0.Alpha1
2025-04-29
New unbuffered LogMiner adapter for Oracle connector; Support for Kafka 4.x; BOOLEAN support in IMBi connector; Oracle connector and core performance fixes; Streaming metrics can be reset individually; Milvus sink supports unwinding of JSON messages; Ollama embedding mode has configurable timeout; Oracle LogMiner adapter can filter results by client id; Task lifecycle callback methods for polling