diff --git a/_data/releases/3.2/3.2.6.Final.yml b/_data/releases/3.2/3.2.6.Final.yml new file mode 100644 index 00000000000..bfe9d4ddd84 --- /dev/null +++ b/_data/releases/3.2/3.2.6.Final.yml @@ -0,0 +1,5 @@ +date: 2026-01-26 +version: "3.2.6.Final" +stable: true +summary: Fix for OpenLineage information leaks +# announcement_url: diff --git a/releases/3.2/release-notes.asciidoc b/releases/3.2/release-notes.asciidoc index 5a95a647cd8..85923aa194f 100644 --- a/releases/3.2/release-notes.asciidoc +++ b/releases/3.2/release-notes.asciidoc @@ -15,6 +15,51 @@ Release numbers follow http://semver.org[Semantic Versioning]. toc::[] +[[release-3.2.6-final]] +== *Release 3.2.6.Final* _(January 26th 2026)_ + +=== Kafka compatibility + +This release has been built against Kafka Connect 4.0.0 and has been tested with version 4.0.0 of the Kafka brokers. +See the https://kafka.apache.org/documentation/#upgrade[Kafka documentation] for compatibility with other versions of Kafka brokers. + + +=== Upgrading + +Before upgrading any connector, be sure to check the backward-incompatible changes that have been made since the release you were using. + +When you decide to upgrade one of these connectors to 3.2.6.Final from any earlier versions, +first check the migration notes for the version you're using. +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. +Upon restart, the 3.2.6.Final connectors will continue where the previous connector left off. +As one might expect, all change events previously written to Kafka by the old connector will not be modified. + +If you are using our container images, then please do not forget to pull them fresh from https://quay.io/organization/debezium[Quay.io]. + + +=== Breaking changes + +There are no breaking changes in this release. + + +=== New features + +There are no new features in this release. + + +=== Fixes + +* Always return NoOpLineageEmitter when open lineage integration not enabled https://issues.redhat.com/browse/DBZ-9504[DBZ-9504] +* Always recalculate minCacheScn after abandonment https://issues.redhat.com/browse/DBZ-9659[DBZ-9659] +* Correctly handle Oracle primary key optionality https://github.com/debezium/dbz/issues/7[debezium/dbz#7] + + +=== Other changes + +There are no other changes in this release. + + + [[release-3.2.5-final]] == *Release 3.2.5.Final* _(November 24th 2025)_