This is an automated email from the ASF dual-hosted git repository.
bernardobotella pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-analytics.git
The following commit(s) were added to refs/heads/trunk by this push:
new 8c811565 Preprare 0.2.0 release
8c811565 is described below
commit 8c8115656d3925878b44628b224677e426ec702e
Author: Bernardo Botella Corbi <[email protected]>
AuthorDate: Wed Nov 5 20:18:21 2025 +0100
Preprare 0.2.0 release
---
NEWS.txt | 15 +++++++++++++++
gradle.properties | 2 +-
2 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/NEWS.txt b/NEWS.txt
new file mode 100644
index 00000000..48927f27
--- /dev/null
+++ b/NEWS.txt
@@ -0,0 +1,15 @@
+0.2
+===
+
+Upgrading
+---------
+ - In CASSANALYTICS-69, we set KeyStore to be optional.
+
+
+New features
+------------
+ - Expose SidecarCdc builders and interfaces.
+ - Refactor BulkWriterContext broadcasting to use immutable config class.
+ - Support for Trie-Indexed SSTables (BTI format).
+ - New bridge modules for Cassandra 5.0.
+ - Support writing to local datacenter only for coordinated write.
diff --git a/gradle.properties b/gradle.properties
index 930920de..9866573d 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -16,7 +16,7 @@
# under the License.
group=org.apache.cassandra
-version=0.2-SNAPSHOT
+version=0.2.0
snapshot=true
description=Apache Cassandra Analytics
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]