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.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]
0 commit comments