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
summary: Dynamic log archive destinations for Oracle LogMiner adapter; Fixed DATE handling in Cassandra connector; Change of charset correctly handled in MySQL; Grammar fixes for Oracle connector
See the https://github.com/orgs/debezium/projects/5/views/6?filterQuery=status%3AReleased+iteration%3A3.4.1.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.1.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.1.Final plugin files, and restart the connector using the same configuration.
36
+
Upon restart, the 3.4.1.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
+
* Add Support for Dynamic Oracle Log Archive Destinations [DBZ-9622] https://github.com/debezium/dbz/issues/1246[debezium/dbz#1246]
50
+
51
+
52
+
=== Fixes
53
+
54
+
* Recovery private redo threads can lead to LogMiner failures https://github.com/debezium/dbz/issues/40[debezium/dbz#40]
55
+
* Oracle connector fails when user creates a table with a column named "override" https://github.com/debezium/dbz/issues/1461[debezium/dbz#1461]
56
+
* Cassandra connector return wrong value for DATE columns https://github.com/debezium/dbz/issues/1486[debezium/dbz#1486]
57
+
* RedisOffsetBackingStore: Race condition causes infinite NullPointerException loop on reconnect leading to unrecoverable state https://github.com/debezium/dbz/issues/1488[debezium/dbz#1488]
58
+
* JDBC Sink Connector fails to insert JSON data into MariaDB https://github.com/debezium/dbz/issues/1492[debezium/dbz#1492]
59
+
* MySQL: New charset not taken into account https://github.com/debezium/dbz/issues/1504[debezium/dbz#1504]
60
+
* Oracle database PDB name in lowercase not collecting DML operation [DBZ-9054] https://github.com/debezium/dbz/issues/1057[debezium/dbz#1057]
61
+
* Thread-safety issue in MongoDB connector causes incorrect source.collection metadata during parallel snapshot https://github.com/debezium/dbz/issues/1531[debezium/dbz#1531]
62
+
* Log mining lower boundary does not update until a log switch https://github.com/debezium/dbz/issues/1560[debezium/dbz#1560]
63
+
* Oracle Create Table DDL fails to parse when using `AUTOMATIC` keyword in partition list https://github.com/debezium/dbz/issues/1566[debezium/dbz#1566]
0 commit comments