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
Copy file name to clipboardExpand all lines: _posts/2025-12-16-debezium-3-4-final-released.adoc
+23-4Lines changed: 23 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -741,8 +741,25 @@ The following are just a subset of some noteworthy additional changes and fixes
741
741
* JDBC offset store requires PK when connecting with a MySQL cluster https://github.com/debezium/dbz/issues/5[debezium/dbz#5]
742
742
* Oracle connector can incorrectly build on-demand table schema with optional key fields. https://github.com/debezium/dbz/issues/7[debezium/dbz#7]
743
743
* PostgreSQL Connector: Keep-alive thread logs ERROR on normal shutdown due to InterruptedException https://github.com/debezium/dbz/issues/14[debezium/dbz#14]
744
+
* Debezium Pipeline: Edit Flow is breaking for the source Connector https://github.com/debezium/dbz/issues/15[debezium/dbz#15]
744
745
* Oracle numeric default values wrapped in `(` and `)` are mistakenly treated as expressions https://github.com/debezium/dbz/issues/16[debezium/dbz#16]
745
-
746
+
* Migrate from JUnit 5 to JUnit 6 https://github.com/debezium/dbz/issues/18[debezium/dbz#18]
747
+
* Debezium Platform: Make connection as mandatory field for source and destination connector setup in UI https://github.com/debezium/dbz/issues/26[debezium/dbz#26]
748
+
* IndexOutOfBoundsException for a history table (temporal table) in SQL Server https://github.com/debezium/dbz/issues/28[debezium/dbz#28]
749
+
* Update to latest LTS of Quarkus 3.27.x https://github.com/debezium/dbz/issues/29[debezium/dbz#29]
750
+
* Add SnapshotLockingMode=NONE to Informix https://github.com/debezium/dbz/issues/31[debezium/dbz#31]
751
+
* [Debezium Server] HTTP sink, headers duplicate infinitely per message, since 3.2 https://github.com/debezium/dbz/issues/37[debezium/dbz#37]
752
+
* Introduce flexible recovery from LSN desynchronisation [DBZ-9688] https://github.com/debezium/dbz/issues/1146[debezium/dbz#1146]
753
+
* IndexOutOfBoundsException for PostgreSQL tables with case-sensitive duplicate column [DBZ-9693] https://github.com/debezium/dbz/issues/1147[debezium/dbz#1147]
* ConnectorContext toString() - should sensitive configuration be masked? [DBZ-9666] https://github.com/debezium/dbz/issues/1432[debezium/dbz#1432]
756
+
* Debezium Oracle restarting mining session too frequently [DBZ-9680] https://github.com/debezium/dbz/issues/1435[debezium/dbz#1435]
757
+
* LcrPosition log line has two placeholders and three arguments https://github.com/debezium/dbz/issues/1448[debezium/dbz#1448]
758
+
* fix README and CI for Quarkus Extensions repository https://github.com/debezium/dbz/issues/1449[debezium/dbz#1449]
759
+
* Debezium Platform Stage: Update Node to LTS version 24 https://github.com/debezium/dbz/issues/1450[debezium/dbz#1450]
760
+
* Incorrect time unit in retry log message https://github.com/debezium/dbz/issues/1459[debezium/dbz#1459]
761
+
* Add `NOT? IN` support to `relational_expression` in Oracle grammar https://github.com/debezium/dbz/issues/1471[debezium/dbz#1471]
762
+
* Add optional keyword `FIELDS` for insert statements in Oracle grammar https://github.com/debezium/dbz/issues/1472[debezium/dbz#1472]
746
763
747
764
In total, https://issues.redhat.com/issues/?jql=project%20%3D%20DBZ%20and%20fixVersion%20%20in%20(3.4.0.Alpha1,3.4.0.Alpha2,3.4.0.Beta1,3.4.0.CR1,3.4.0.Final)[335 issues] were resolved in Debezium 3.4.
748
765
The list of changes can also be found in our https://debezium.io/releases/3.4[release notes].
0 commit comments