Skip to content

Commit 1b435bf

Browse files
committed
Release 2.1.0
1 parent 1a3a5c0 commit 1b435bf

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CDC_Release_Notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
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.1.0
5+
7 June 2022
6+
7+
## Changes for Pulsar Connector
8+
* Upgrade org.json to 20220320
9+
* Fixed an internal error: NoClassDefFoundError: com/datastax/oss/driver/internal/core/util/ArrayUtils
10+
11+
## Changes for Agent
12+
* Upgrade C* dependencies: Cassandra 4.0.4, DSE 6.18.23
13+
414
# Release notes for 2.0.0
515
26 April 2022
616

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
2.1.0

docs/antora.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: cdc-apache-cassandra
22
title: DataStax CDC for Apache Cassandra(R) Documentation
3-
version: "2.0.0"
4-
display_version: "2.0.0"
3+
version: "2.1.0"
4+
display_version: "2.1.0"
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.0.0
1+
version=2.1.0
22
group=com.datastax.oss.cdc
33

44
# repositories

0 commit comments

Comments
 (0)