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+iteration%3A3.5.0.CR1[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.5.0.CR1 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.5.0.CR1 plugin files, and restart the connector using the same configuration.
36
+
Upon restart, the 3.5.0.CR1 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
+
Debezium codebase has been restructured and `debezium-core` module was split into multiple smaller ones.
45
+
The original module is no longer in use (https://github.com/debezium/dbz/issues/1616[debezium/dbz#1616]).
46
+
47
+
48
+
49
+
=== New features
50
+
51
+
* Cache invalidation with Debezium Quarkus Extensions https://github.com/debezium/dbz/issues/1522[debezium/dbz#1522]
52
+
* Implement REST API for serving component descriptors https://github.com/debezium/dbz/issues/1547[debezium/dbz#1547]
53
+
* Configure Helm chart for descriptor OCI artifact mounting https://github.com/debezium/dbz/issues/1548[debezium/dbz#1548]
54
+
* Quarkus compatibility mode for external Source Connectors https://github.com/debezium/dbz/issues/1612[debezium/dbz#1612]
* Switch Oracle version resolution logic to use DatabaseMetadata https://github.com/debezium/dbz/issues/1655[debezium/dbz#1655]
57
+
* Add connection validator for RabbitMQ [DBZ-9436] https://github.com/debezium/dbz/issues/1093[debezium/dbz#1093]
58
+
* Add connection validator for Pravega [DBZ-9434] https://github.com/debezium/dbz/issues/1091[debezium/dbz#1091]
59
+
* add net_write_timeout and net_read_timeout configuration options https://github.com/debezium/dbz/issues/1701[debezium/dbz#1701]
60
+
* Add connection validator for NATS Streaming [DBZ-9433] https://github.com/debezium/dbz/issues/1090[debezium/dbz#1090]
61
+
* Make the database schema and collection list to use the Virtualized TreeView so that it prevent the DOM bloating https://github.com/debezium/dbz/issues/1710[debezium/dbz#1710]
62
+
63
+
64
+
=== Fixes
65
+
66
+
* XMLType using non-Binary storage throws parser failure [DBZ-9228] https://github.com/debezium/dbz/issues/1373[debezium/dbz#1373]
67
+
* Savepoint (Partial) rollback not handled correctly for tables with LOB columns [DBZ-9615] https://github.com/debezium/dbz/issues/1422[debezium/dbz#1422]
68
+
* HeaderToValue nested headers do not work https://github.com/debezium/dbz/issues/1669[debezium/dbz#1669]
69
+
* nested json coming as null in modify event [DBZ-1258] https://github.com/debezium/dbz/issues/221[debezium/dbz#221]
* PostgreSQL: Connector startup is very slow with many custom types and network latency https://github.com/debezium/dbz/issues/1683[debezium/dbz#1683]
72
+
* MYSQL CDC | Table name blank space issue https://github.com/debezium/dbz/issues/1687[debezium/dbz#1687]
73
+
* Skip sleeps between journal entry fetches https://github.com/debezium/dbz/issues/1688[debezium/dbz#1688]
74
+
* Informix connector DELETE does not unwatch properly https://github.com/debezium/dbz/issues/1704[debezium/dbz#1704]
75
+
* Fix MongoDB connector crash loop when snapshot is interrupted https://github.com/debezium/dbz/issues/1708[debezium/dbz#1708]
76
+
* Debezium mapped diagnostic context doesn't work [DBZ-3750] https://github.com/debezium/dbz/issues/486[debezium/dbz#486]
77
+
* SQL Server connector with initial_only snapshot mode gets stuck in infinite retry loop when database name is invalid https://github.com/debezium/dbz/issues/1717[debezium/dbz#1717]
78
+
* Duplicate END records of a transaction https://github.com/debezium/dbz/issues/1724[debezium/dbz#1724]
79
+
* Window scale is capped at 30 * LogMiningBatchSizeMax https://github.com/debezium/dbz/issues/1740[debezium/dbz#1740]
80
+
81
+
82
+
=== Other changes
83
+
84
+
* Resolve circular dependency between debezium-generator-plugin and debezium-core https://github.com/debezium/dbz/issues/1617[debezium/dbz#1617]
0 commit comments