Skip to content

Commit 57eab34

Browse files
committed
3.4.2.Final announcement
Signed-off-by: Chris Cranford <chris@hibernate.org>
1 parent b092ed7 commit 57eab34

File tree

2 files changed

+60
-2
lines changed

2 files changed

+60
-2
lines changed

_data/releases/3.4/3.4.2.Final.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
date: 2026-03-02
22
version: "3.4.2.Final"
33
stable: true
4-
summary: Usable with Oracle 26ai; Updated Informix JDBC driver; Upgraded c3p0 to 0.12.0; Fixed potentian upgrade failure in PostgreSQL connector
5-
#announcement_url:
4+
summary: Usable with Oracle 26ai; Updated Informix JDBC driver; Upgraded c3p0 to 0.12.0; Fixed potential upgrade failure in PostgreSQL connector
5+
announcement_url: /blog/2026/03/02/debezium-3-4-2-final-released/
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
layout: post
3+
title: Debezium 3.4.2.Final Released
4+
date: 2026-03-02 00:00:00 -0500
5+
tags: [ releases, mongodb, mysql, mariadb, postgres, sqlserver, cassandra, oracle, db2, vitess, outbox, spanner, jdbc, informix, ibmi, cockroachdb ]
6+
author: ccranfor
7+
extraClasses: release-v2
8+
---
9+
10+
As the team continues to work on the next development iteration of Debezium 3.5, we're pleased to report the immediate availability of Debezium **3.4.2.Final**, the second maintenance release of the 3.4 release stream.
11+
12+
+++<!-- more -->+++
13+
14+
In this post, we're going to take a deep dive into the improvements and fixes in this maintenance release of Debezium, highlighting any features or noteworthy changes.
15+
As always, we recommend you read the link:/releases/3.4/release-notes#release-3.4.2-final[release notes] to learn more about all the bugs that were fixed, update procedures, and more.
16+
17+
18+
[id=new-features-and-improvements]
19+
== New features and improvements
20+
21+
=== Debezium for Oracle
22+
23+
==== Support for Oracle 26ai
24+
25+
The Debezium connector for Oracle now supports Oracle's latest release, Oracle 26ai, based on version 23.26.0 (https://github.com/debezium/dbz/issues/1649[debezium/dbz#1649]).
26+
This ensures that teams adopting Oracle's newest platform can seamlessly integrate change data capture into their workflows from day one.
27+
28+
29+
[id=other-fixes]
30+
== Other fixes
31+
32+
* Avoid storing irrelevant DDL statement "REPLACE INTO" in schema history topic [DBZ-9428] https://github.com/debezium/dbz/issues/1396[debezium/dbz#1396]
33+
* Stuck transaction when using CTE query with Oracle connector https://github.com/debezium/dbz/issues/1564[debezium/dbz#1564]
34+
* Implicit nullability in DDL (ALTER TABLE ... CHANGE ...) not respected by MySQL connector https://github.com/debezium/dbz/issues/1568[debezium/dbz#1568]
35+
* SqlServerMetricsIT tests are unstable https://github.com/debezium/dbz/issues/1572[debezium/dbz#1572]
36+
* "No enum constant io.debezium.connector.postgresql.connection.ReplicationMessage.Operation.NOOP" error when upgrading to Debezium 3.4.0 https://github.com/debezium/dbz/issues/1574[debezium/dbz#1574]
37+
* ORA-03049 raised when querying archive logs https://github.com/debezium/dbz/issues/1579[debezium/dbz#1579]
38+
* Oracle DDL fails to parse https://github.com/debezium/dbz/issues/1594[debezium/dbz#1594]
39+
* Update Informix JDBC Driver to v4.50.13 https://github.com/debezium/dbz/issues/1623[debezium/dbz#1623]
40+
* Oracle Alter index Modify Subpartition Shrink DDL fails https://github.com/debezium/dbz/issues/1637[debezium/dbz#1637]
41+
* A rolled back transaction mined in two steps sometimes leads to partial transaction id [DBZ-9686] https://github.com/debezium/dbz/issues/1145[debezium/dbz#1145]
42+
* Unable to parse ROW ARCHIVAL DDL and corresponding DML with hidden ORA_ARCHIVE_STATE column https://github.com/debezium/dbz/issues/1650[debezium/dbz#1650]
43+
* InformixStreamingChangeEventSource can cause NullPointerException https://github.com/debezium/dbz/issues/1653[debezium/dbz#1653]
44+
* Update to com.mchange:c3p0 to 0.12.0 https://github.com/debezium/dbz/issues/1654[debezium/dbz#1654]
45+
46+
In total, https://github.com/orgs/debezium/projects/5/views/6?query=sort%3Aupdated-desc+is%3Aopen&filterQuery=status%3AReleased+stable-iteration%3A3.4.2.Final[16 issues] were resolved in Debezium 3.4.2.Final.
47+
The list of changes can also be found in our link:/releases/3.4/release-notes#release-3.4.2-final[release notes].
48+
49+
A big thank you to all the contributors from the community who worked diligently on this release:
50+
+
51+
https://github.com/aofisherzg[Andrew Ofisher],
52+
https://github.com/Naros[Chris Cranford],
53+
https://github.com/duncan-prince[Duncan Prince],
54+
https://github.com/jpechane[Jiri Pechanec],
55+
https://github.com/nrkljo[Lars M. Johansson],
56+
https://github.com/nathan-smit-1[Nathan Smit],
57+
https://github.com/roldanbob[Robert Roldan],
58+
https://github.com/shinsj4653[Seongjun Shin]

0 commit comments

Comments
 (0)