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
Copy file name to clipboardExpand all lines: _data/releases/3.3/series.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
summary: Version 3.3 release stream
2
2
version: "3.3"
3
3
overview: CockroachDB connector; Quarkus extension support for heartbeats, deserializers, custom converters and post-processors; Exactly-once delivery enabled for all connectors; Support for Oracle read-only replicas
See the https://github.com/orgs/debezium/projects/5/views/6?filterQuery=status%3AReleased+iteration%3A3.5.0.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.5.0.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.5.0.Final plugin files, and restart the connector using the same configuration.
36
+
Upon restart, the 3.5.0.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
+
* Support for Informix JDBC driver v15 https://github.com/debezium/dbz/issues/1622[debezium/dbz#1622]
50
+
* Add connection validator for Infinispan [DBZ-9432] https://github.com/debezium/dbz/issues/1089[debezium/dbz#1089]
51
+
* Claim Debezium Docs ownership in Context7 https://github.com/debezium/dbz/issues/1727[debezium/dbz#1727]
52
+
53
+
54
+
=== Fixes
55
+
56
+
* A wrong connector class causes Debezium Server startup to loop infinitely [DBZ-8703] https://github.com/debezium/dbz/issues/1335[debezium/dbz#1335]
57
+
* MicroTimestamp.java throws NullPointerException on JDK 25 when converting timestamp columns — same root cause as DBZ-9558 https://github.com/debezium/dbz/issues/1732[debezium/dbz#1732]
58
+
* `quarkus-junit5-internal` is relocated to `quarkus-junit-internal` https://github.com/debezium/dbz/issues/1742[debezium/dbz#1742]
59
+
* LogStreamingService passes null to consumer in doStream() https://github.com/debezium/dbz/issues/1747[debezium/dbz#1747]
60
+
* GlobalExceptionMapper returns wrong misleading message for exceptions https://github.com/debezium/dbz/issues/1752[debezium/dbz#1752]
0 commit comments