Skip to content

Commit

Permalink
[release] Changelog for 3.0.7.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Jan 15, 2025
1 parent 0f09e66 commit 3987c73
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _data/releases/3.0/3.0.7.Final.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
date: 2025-01-16
version: "3.0.7.Final"
stable: true
summary: Fix Debezium Operator offset/schema history property names; Restart connector on exceptions in offset commits
# announcement_url:
49 changes: 49 additions & 0 deletions releases/3.0/release-notes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,55 @@ Release numbers follow http://semver.org[Semantic Versioning].

toc::[]

[[release-3.0.7-final]]
== *Release 3.0.7.Final* _(January 15th 2025)_

See the https://issues.redhat.com/secure/ReleaseNote.jspa?projectId=12317320&version=12440561[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.7.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.7.Final plugin files, and restart the connector using the same configuration.
Upon restart, the 3.0.7.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

* Exception during commit offsets won't trigger retry logic. https://issues.redhat.com/browse/DBZ-2386[DBZ-2386]
* Fix invalid gtid error on startup when ordered tx metadata enabled https://issues.redhat.com/browse/DBZ-8541[DBZ-8541]
* Dependency conflict in debezium conductor https://issues.redhat.com/browse/DBZ-8542[DBZ-8542]
* Debezium operator generate wrong offset and schema history properties https://issues.redhat.com/browse/DBZ-8543[DBZ-8543]
* A recent log switch may be seen as consistent during log gathering https://issues.redhat.com/browse/DBZ-8546[DBZ-8546]


=== Other changes

There are no other changes in this release.



[[release-3.0.6-final]]
== *Release 3.0.6.Final* _(December 19th 2024)_

Expand Down

0 comments on commit 3987c73

Please sign in to comment.