From 26f07bb73fc9b6720223f1fb2f7ed2cf5d47c5ef Mon Sep 17 00:00:00 2001 From: Jiri Pechanec Date: Thu, 28 Nov 2024 11:49:07 +0100 Subject: [PATCH] [release] Changelog for 3.0.4.Final --- _data/releases/3.0/3.0.4.Final.yml | 5 +++ releases/3.0/release-notes.asciidoc | 50 +++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 _data/releases/3.0/3.0.4.Final.yml diff --git a/_data/releases/3.0/3.0.4.Final.yml b/_data/releases/3.0/3.0.4.Final.yml new file mode 100644 index 0000000000..7e3f7c3e7b --- /dev/null +++ b/_data/releases/3.0/3.0.4.Final.yml @@ -0,0 +1,5 @@ +date: 2024-11-28 +version: "3.0.4.Final" +stable: true +summary: Fixes installation issues with Debezium Operator; JDBC storgae is included with Debezium Server; MySQL connector supports clear password authentication +#announcement_url: diff --git a/releases/3.0/release-notes.asciidoc b/releases/3.0/release-notes.asciidoc index d89eaa9af6..d479ef6c01 100644 --- a/releases/3.0/release-notes.asciidoc +++ b/releases/3.0/release-notes.asciidoc @@ -15,6 +15,56 @@ Release numbers follow http://semver.org[Semantic Versioning]. toc::[] +[[release-3.0.4-final]] +== *Release 3.0.4.Final* _(November 28th 2024)_ + +See the https://issues.redhat.com/secure/ReleaseNote.jspa?projectId=12317320&version=12438823[complete list of issues]. + +=== Kafka compatibility + +This release has been built against Kafka Connect 3.9.0 and has been tested with version 3.9.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.0.4.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.0.4.Final plugin files, and restart the connector using the same configuration. +Upon restart, the 3.0.4.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 + +* Update the UI to pass on the backend URL at runtime from ENV Var while running the container image https://issues.redhat.com/browse/DBZ-8424[DBZ-8424] +* Add support for mysql_clear_password in mysql-binlog-connector https://issues.redhat.com/browse/DBZ-8445[DBZ-8445] + + +=== Fixes + +* Debezium db2i CDC source connector does not seem to pickup JOURNAL_ENTRY_TYPES => 'DR' records https://issues.redhat.com/browse/DBZ-8453[DBZ-8453] +* Randomly failing tests after migration to async engine https://issues.redhat.com/browse/DBZ-8461[DBZ-8461] +* Invalid label used for API service discriminator https://issues.redhat.com/browse/DBZ-8464[DBZ-8464] + + +=== Other changes + +* Migrate rest of the testsuite to async engine https://issues.redhat.com/browse/DBZ-7977[DBZ-7977] +* Update QOSDK to version 6.9.1 https://issues.redhat.com/browse/DBZ-8452[DBZ-8452] +* Add JDBC storage module in Debezium Server https://issues.redhat.com/browse/DBZ-8460[DBZ-8460] + + + [[release-3.0.3-final]] == *Release 3.0.3.Final* _(November 25th 2024)_