Skip to content

Commit 6d2615a

Browse files
committed
Release 2.2.7
1 parent e7937fe commit 6d2615a

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

CDC_Release_Notes.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Release notes for CDC for Apache Cassandra™
22
The CDC for Apache Cassandra™ is compatible for Apache Cassandra™ 3.11, 4.0, and DSE 6.8.
33

4+
# Release notes for 2.2.7
5+
9 May 2023
6+
7+
## Changes
8+
* Upgrade org.json to fix CVE-45688
9+
10+
11+
# Release notes for 2.2.6
12+
4 May 2023
13+
14+
## Changes
15+
* Improve WatchService error handling & logging
16+
* Add a limitation for primary key only tables
17+
* Disable the replication_latency metric for backfilled items
18+
* Update pulsar dependency to 2.10.3
19+
20+
421
# Release notes for 2.2.5
522
10 April 2023
623

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.6
1+
2.2.7

docs/docs-src/core/antora-cdc-cassandra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: docs
22
title: DataStax CDC for Apache Cassandra® Documentation
3-
version: "2.2.5"
4-
display_version: "2.2.5"
3+
version: "2.2.7"
4+
display_version: "2.2.7"
55
asciidoc:
66
attributes:
77
cdc_cass_first: 'DataStax CDC for Apache Cassandra®'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2.2.6
1+
version=2.2.7
22
group=com.datastax.oss.cdc
33

44
# repositories

0 commit comments

Comments
 (0)