Skip to content

Commit dda8752

Browse files
committed
[release] Changelog for 3.2.6.Final
Signed-off-by: Jiri Pechanec <jiri.pechanec@centrum.cz>
1 parent 052f48f commit dda8752

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

_data/releases/3.2/3.2.6.Final.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
date: 2026-01-26
2+
version: "3.2.6.Final"
3+
stable: true
4+
summary: Fix for OpenLineage information leaks
5+
# announcement_url:

releases/3.2/release-notes.asciidoc

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

1616
toc::[]
1717

18+
[[release-3.2.6-final]]
19+
== *Release 3.2.6.Final* _(January 26th 2026)_
20+
21+
=== Kafka compatibility
22+
23+
This release has been built against Kafka Connect 4.0.0 and has been tested with version 4.0.0 of the Kafka brokers.
24+
See the https://kafka.apache.org/documentation/#upgrade[Kafka documentation] for compatibility with other versions of Kafka brokers.
25+
26+
27+
=== Upgrading
28+
29+
Before upgrading any connector, be sure to check the backward-incompatible changes that have been made since the release you were using.
30+
31+
When you decide to upgrade one of these connectors to 3.2.6.Final from any earlier versions,
32+
first check the migration notes for the version you're using.
33+
Gracefully stop the running connector, remove the old plugin files, install the 3.2.6.Final plugin files, and restart the connector using the same configuration.
34+
Upon restart, the 3.2.6.Final connectors will continue where the previous connector left off.
35+
As one might expect, all change events previously written to Kafka by the old connector will not be modified.
36+
37+
If you are using our container images, then please do not forget to pull them fresh from https://quay.io/organization/debezium[Quay.io].
38+
39+
40+
=== Breaking changes
41+
42+
There are no breaking changes in this release.
43+
44+
45+
=== New features
46+
47+
There are no new features in this release.
48+
49+
50+
=== Fixes
51+
52+
* Always return NoOpLineageEmitter when open lineage integration not enabled https://issues.redhat.com/browse/DBZ-9504[DBZ-9504]
53+
* Always recalculate minCacheScn after abandonment https://issues.redhat.com/browse/DBZ-9659[DBZ-9659]
54+
* Correctly handle Oracle primary key optionality https://github.com/debezium/dbz/issues/7[debezium/dbz#7]
55+
56+
57+
=== Other changes
58+
59+
There are no other changes in this release.
60+
61+
62+
1863
[[release-3.2.5-final]]
1964
== *Release 3.2.5.Final* _(November 24th 2025)_
2065

0 commit comments

Comments
 (0)