Skip to content

Commit 60b0cc6

Browse files
committed
[release] Changelog for 3.4.3.Final
Signed-off-by: Jiri Pechanec <jiri.pechanec@centrum.cz>
1 parent 3392b5d commit 60b0cc6

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

_data/releases/3.4/3.4.3.Final.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
date: 2026-03-30
2+
version: "3.4.3.Final"
3+
stable: true
4+
summary: Fixed Oracle connector XML processing with non-binary storage; Reduced Oracle performance penalty for upgrades from Debezium 1.9; PostgreSQL connector supports multi-byte characters in table/column names; Fixed Informix resource cleanup after connector delete
5+
# announcement_url:

releases/3.4/release-notes.asciidoc

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,57 @@ Release numbers follow http://semver.org[Semantic Versioning].
1515

1616
toc::[]
1717

18+
[[release-3.4.3-final]]
19+
== *Release 3.4.3.Final* _(March 30th 2026)_
20+
21+
See the https://github.com/orgs/debezium/projects/5/views/6?filterQuery=status%3AReleased+stable-iteration%3A3.4.3.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.3.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.3.Final plugin files, and restart the connector using the same configuration.
36+
Upon restart, the 3.4.3.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+
* When restarting connector, minimize number of initial logs read [DBZ-7791] https://github.com/debezium/dbz/issues/1279[debezium/dbz#1279]
50+
51+
52+
=== Fixes
53+
54+
* XMLType using non-Binary storage throws parser failure [DBZ-9228] https://github.com/debezium/dbz/issues/1373[debezium/dbz#1373]
55+
* High number of log switches noticed after Debezium upgrade from 1.9 to 3.4.1 https://github.com/debezium/dbz/issues/1675[debezium/dbz#1675]
56+
* Unable to parse DML for CDC after initial snapshot on a table with ROW ARCHIVAL enabled https://github.com/debezium/dbz/issues/1676[debezium/dbz#1676]
57+
* PgOutputMessageDecoder corrupts multi-byte UTF-8 table/column names during CDC streaming https://github.com/debezium/dbz/issues/1682[debezium/dbz#1682]
58+
* Exception ORA-00310 with RAC and archive log only mode [DBZ-6013] https://github.com/debezium/dbz/issues/745[debezium/dbz#745]
59+
* Informix connector DELETE does not unwatch properly https://github.com/debezium/dbz/issues/1704[debezium/dbz#1704]
60+
61+
62+
=== Other changes
63+
64+
* XStream user reports insufficient privileges during snapshot for table locks https://github.com/debezium/dbz/issues/1733[debezium/dbz#1733]
65+
* Improve CI / Jenkins Pipeline for Oracle 23 & 26 https://github.com/debezium/dbz/issues/1665[debezium/dbz#1665]
66+
67+
68+
1869
[[release-3.4.2-final]]
1970
== *Release 3.4.2.Final* _(March 2nd 2026)_
2071

0 commit comments

Comments
 (0)