Skip to content

Commit

Permalink
[release] Changelog for 3.0.4.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Nov 28, 2024
1 parent 315d47c commit 26f07bb
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _data/releases/3.0/3.0.4.Final.yml
Original file line number Diff line number Diff line change
@@ -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:
50 changes: 50 additions & 0 deletions releases/3.0/release-notes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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)_

Expand Down

0 comments on commit 26f07bb

Please sign in to comment.