You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the https://github.com/orgs/debezium/projects/5/views/6?filterQuery=status%3AReleased+stable-iteration%3A3.4.2.Final[complete list of issues].
22
+
23
+
=== Kafka compatibility
24
+
25
+
This release has been built against Kafka Connect 4.1.1 and has been tested with version 4.1.1 of the Kafka brokers.
26
+
See the https://kafka.apache.org/documentation/#upgrade[Kafka documentation] for compatibility with other versions of Kafka brokers.
27
+
28
+
29
+
=== Upgrading
30
+
31
+
Before upgrading any connector, be sure to check the backward-incompatible changes that have been made since the release you were using.
32
+
33
+
When you decide to upgrade one of these connectors to 3.4.2.Final from any earlier versions,
34
+
first check the migration notes for the version you're using.
35
+
Gracefully stop the running connector, remove the old plugin files, install the 3.4.2.Final plugin files, and restart the connector using the same configuration.
36
+
Upon restart, the 3.4.2.Final connectors will continue where the previous connector left off.
37
+
As one might expect, all change events previously written to Kafka by the old connector will not be modified.
38
+
39
+
If you are using our container images, then please do not forget to pull them fresh from https://quay.io/organization/debezium[Quay.io].
40
+
41
+
42
+
=== Breaking changes
43
+
44
+
There are no breaking changes in this release.
45
+
46
+
47
+
=== New features
48
+
49
+
* Uppdate Informix JDBC Driver to v4.50.13 https://github.com/debezium/dbz/issues/1623[debezium/dbz#1623]
50
+
* Support Oracle 26ai (23.26.x) https://github.com/debezium/dbz/issues/1649[debezium/dbz#1649]
51
+
52
+
53
+
=== Fixes
54
+
55
+
* Avoid storing irrelevant DDL statement "REPLACE INTO" in schema history topic [DBZ-9428] https://github.com/debezium/dbz/issues/1396[debezium/dbz#1396]
56
+
* Stuck transaction when using CTE query with Oracle connector https://github.com/debezium/dbz/issues/1564[debezium/dbz#1564]
57
+
* Implicit nullability in DDL (ALTER TABLE ... CHANGE ...) not respected by MySQL connector https://github.com/debezium/dbz/issues/1568[debezium/dbz#1568]
58
+
* SqlServerMetricsIT tests are unstable https://github.com/debezium/dbz/issues/1572[debezium/dbz#1572]
59
+
* "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]
60
+
* ORA-03049 raised when querying archive logs https://github.com/debezium/dbz/issues/1579[debezium/dbz#1579]
61
+
* Oracle DDL fails to parse https://github.com/debezium/dbz/issues/1594[debezium/dbz#1594]
62
+
* Oracle Alter index Modify Subpartition Shrink DDL fails https://github.com/debezium/dbz/issues/1637[debezium/dbz#1637]
63
+
* 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]
64
+
* 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]
65
+
* InformixStreamingChangeEventSource can cause NullPointerException https://github.com/debezium/dbz/issues/1653[debezium/dbz#1653]
66
+
67
+
68
+
=== Other changes
69
+
70
+
* Add FAQ entry to oracle.adoc about ORA-01013 https://github.com/debezium/dbz/issues/1584[debezium/dbz#1584]
71
+
* Use 65536 rather than 0x100000 in Informix `cdc.buffersize` https://github.com/debezium/dbz/issues/1635[debezium/dbz#1635]
72
+
* Update to com.mchange:c3p0 to 0.12.0 https://github.com/debezium/dbz/issues/1654[debezium/dbz#1654]
73
+
74
+
75
+
18
76
[[release-3.4.1-final]]
19
77
== *Release 3.4.1.Final* _(January 27th 2026)_
20
78
21
-
See the https://github.com/orgs/debezium/projects/5/views/6?filterQuery=status%3AReleased+iteration%3A3.4.1.Final[complete list of issues].
79
+
See the https://github.com/orgs/debezium/projects/5/views/6?filterQuery=status%3AReleased+stable-iteration%3A3.4.1.Final[complete list of issues].
0 commit comments