Skip to content

Commit

Permalink
[release] Changelog for 1.9.8.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Dec 15, 2023
1 parent 1925f04 commit b73249c
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _data/releases/1.9/1.9.8.Final.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
date: 2022-12-15
version: "1.9.8.Final"
stable: true
summary: Streaming from PostgreSQL 16 stand-by
# announcement_url:
connectors:
- cassandra-3
- cassandra-4
54 changes: 54 additions & 0 deletions releases/1.9/release-notes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,60 @@ Release numbers follow http://semver.org[Semantic Versioning].

toc::[]

[[release-1.9.8-final]]
== *Release 1.9.8.Final* _(December 15th 2023)_

See the https://issues.redhat.com/secure/ReleaseNote.jspa?projectId=12377386&version=12398106[complete list of issues].

=== Kafka compatibility

This release has been built against Kafka Connect 3.2.0 and has been tested with version 3.2.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 1.9.8.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 1.9.8.Final plugin files, and restart the connector using the same configuration.
Upon restart, the 1.9.8.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://hub.docker.com/u/debezium[DockerHub].


=== Breaking changes

There are no breaking changes in this release.


=== New features

* Postgres existing publication is not updated with the new table https://issues.redhat.com/browse/DBZ-3921[DBZ-3921]
* Improve LogMiner query performance by reducing REGEXP_LIKE disjunctions https://issues.redhat.com/browse/DBZ-5648[DBZ-5648]
* Restart SQL Server task on "Cannot continue the execution because the session is in the kill state" exception https://issues.redhat.com/browse/DBZ-5777[DBZ-5777]
* Replace obsolete DebeziumDownload attribute https://issues.redhat.com/browse/DBZ-5835[DBZ-5835]
* Support logical decoding from Postgres 16 stand-bys https://issues.redhat.com/browse/DBZ-7181[DBZ-7181]


=== Fixes

* MongoConnector's field exclusion configuration does not work with fields with the same name but from different collections https://issues.redhat.com/browse/DBZ-4846[DBZ-4846]
* ORA-01003: no statement parsed https://issues.redhat.com/browse/DBZ-5352[DBZ-5352]
* NullPointerException thrown during snapshot of tables in Oracle source connector https://issues.redhat.com/browse/DBZ-5738[DBZ-5738]
* Exclude Oracle Compression Advisor tables from capture to avoid infinite loop https://issues.redhat.com/browse/DBZ-5756[DBZ-5756]
* Using DBMS_LOB.ERASE by itself can lead to an unexpected UPDATE with null BLOB value https://issues.redhat.com/browse/DBZ-5773[DBZ-5773]
* No table filters found for filtered publication https://issues.redhat.com/browse/DBZ-5949[DBZ-5949]


=== Other changes

* Review tutorial README for configuring Debezium to use Avro serialization on Red Hat OpenShift Service Registry https://issues.redhat.com/browse/DBZ-4616[DBZ-4616]



[[release-1.9.7-final]]
== *Release 1.9.7.Final* _(October 25th 2022)_

Expand Down

0 comments on commit b73249c

Please sign in to comment.