Skip to content

Commit 5815c91

Browse files
committed
Update announcement
Signed-off-by: Chris Cranford <chris@hibernate.org>
1 parent 60fcabd commit 5815c91

1 file changed

Lines changed: 23 additions & 4 deletions

File tree

_posts/2025-12-16-debezium-3-4-final-released.adoc

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -741,8 +741,25 @@ The following are just a subset of some noteworthy additional changes and fixes
741741
* JDBC offset store requires PK when connecting with a MySQL cluster https://github.com/debezium/dbz/issues/5[debezium/dbz#5]
742742
* Oracle connector can incorrectly build on-demand table schema with optional key fields. https://github.com/debezium/dbz/issues/7[debezium/dbz#7]
743743
* 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]
744745
* 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]
754+
* createConnector error [DBZ-8405] https://github.com/debezium/dbz/issues/1315[debezium/dbz#1315]
755+
* 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]
746763

747764
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.
748765
The list of changes can also be found in our https://debezium.io/releases/3.4[release notes].
@@ -775,6 +792,7 @@ https://github.com/jogomez97[Joan Gomez],
775792
https://github.com/pricelessjunk[Kaustuv Chakrabarti],
776793
https://github.com/nrkljo[Lars M. Johansson],
777794
https://github.com/lgazire[Lucas Gazire],
795+
https://github.com/MV-GH[Maarten Vercruysse],
778796
https://github.com/piatekmarcin[Marcin Piatek],
779797
https://github.com/mfvitale[Mario Fiore Vitale],
780798
https://github.com/see-quick[Maros Orsak],
@@ -788,6 +806,7 @@ https://github.com/pypsink[Pierre-Yves Péton],
788806
https://github.com/gildur[Piotr Wolny],
789807
https://github.com/poonam-meghnani[Poonam Meghnani],
790808
https://github.com/rajdangwal[Rajendra Dangwal],
809+
https://github.com/findingrish[Rishabh Singh],
791810
https://github.com/roldanbob[Robert Roldan],
792811
https://github.com/doljae[Seokjae Lee],
793812
https://github.com/morozov[Sergei Morozov],
@@ -806,9 +825,9 @@ https://github.com/battmush[battmush],
806825
https://github.com/ismailsimsek[ismail simsek],
807826
https://github.com/MV-GH[maarten.vercruysse],
808827
https://github.com/msillence[martin],
809-
https://github.com/findingrish[rishabh singh], and
810-
https://github.com/rptroberts[rptroberts]!
811-
828+
https://github.com/findingrish[rishabh singh],
829+
https://github.com/rptroberts[rptroberts], and
830+
https://github.com/archiedx[archiedx]!
812831

813832
[id="whats-next"]
814833
== What's next?

0 commit comments

Comments
 (0)