From 6d2615abaab26a8ca5f21bb497e32d03b87b2c29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Tue, 9 May 2023 09:37:28 +0200 Subject: [PATCH] Release 2.2.7 --- CDC_Release_Notes.md | 17 +++++++++++++++++ .../cassandra-source-version.properties | 2 +- docs/docs-src/core/antora-cdc-cassandra.yml | 4 ++-- gradle.properties | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/CDC_Release_Notes.md b/CDC_Release_Notes.md index 707780dd..2c13cf3d 100644 --- a/CDC_Release_Notes.md +++ b/CDC_Release_Notes.md @@ -1,6 +1,23 @@ # Release notes for CDC for Apache Cassandra™ The CDC for Apache Cassandra™ is compatible for Apache Cassandra™ 3.11, 4.0, and DSE 6.8. +# Release notes for 2.2.7 +9 May 2023 + +## Changes +* Upgrade org.json to fix CVE-45688 + + +# Release notes for 2.2.6 +4 May 2023 + +## Changes +* Improve WatchService error handling & logging +* Add a limitation for primary key only tables +* Disable the replication_latency metric for backfilled items +* Update pulsar dependency to 2.10.3 + + # Release notes for 2.2.5 10 April 2023 diff --git a/connector/src/main/resources/cassandra-source-version.properties b/connector/src/main/resources/cassandra-source-version.properties index bda8fbec..5bc1cc43 100644 --- a/connector/src/main/resources/cassandra-source-version.properties +++ b/connector/src/main/resources/cassandra-source-version.properties @@ -1 +1 @@ -2.2.6 +2.2.7 diff --git a/docs/docs-src/core/antora-cdc-cassandra.yml b/docs/docs-src/core/antora-cdc-cassandra.yml index 5e9b266b..133dd2e0 100644 --- a/docs/docs-src/core/antora-cdc-cassandra.yml +++ b/docs/docs-src/core/antora-cdc-cassandra.yml @@ -1,7 +1,7 @@ name: docs title: DataStax CDC for Apache Cassandra® Documentation -version: "2.2.5" -display_version: "2.2.5" +version: "2.2.7" +display_version: "2.2.7" asciidoc: attributes: cdc_cass_first: 'DataStax CDC for Apache Cassandra®' diff --git a/gradle.properties b/gradle.properties index 1f86c18a..bf179052 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=2.2.6 +version=2.2.7 group=com.datastax.oss.cdc # repositories