This is an automated email from the ASF dual-hosted git repository.
jkonisa 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 4ccfe6c5 CASSANALYTICS-119 Prepare 0.3.0 release (#171)
4ccfe6c5 is described below
commit 4ccfe6c56bcdc626cb1381e7a8ebbd11f008edcc
Author: Jyothsna konisa <[email protected]>
AuthorDate: Thu Feb 12 13:55:03 2026 -0800
CASSANALYTICS-119 Prepare 0.3.0 release (#171)
Patch by Jyothsna Konisa; Reviewed by Bernardo Botella and Francisco
Guerrero for CASSANALYTICS-119
---
NEWS.txt | 21 +++++++++++++++++++++
gradle.properties | 2 +-
2 files changed, 22 insertions(+), 1 deletion(-)
diff --git a/NEWS.txt b/NEWS.txt
index 48927f27..78284f51 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,3 +1,24 @@
+0.3
+===
+
+Upgrading
+---------
+ - Updated Guice dependency to 7.0.0 (CASSANALYTICS-103).
+ - Addressed LZ4 vulnerability (CVE-2025-12183) in CASSANALYTICS-109.
+
+
+New features
+------------
+ - Add TimeRangeFilter to filter out SSTables outside given time window
(CASSANALYTICS-102).
+ - Add EACH_QUORUM consistency level support in bulk reader
(CASSANALYTICS-101).
+
+
+Bug fixes
+---------
+ - Fix ByteBuffer flip() in StreamBuffer.copyBytes() causing data
corruption (CASSANALYTICS-116).
+ - Fix race condition in DirectStreamSession#onSSTablesProduced and
SortedSStableWriter#close (CASSANALYTICS-107).
+
+
0.2
===
diff --git a/gradle.properties b/gradle.properties
index adb19cad..25e3a00a 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -16,7 +16,7 @@
# under the License.
group=org.apache.cassandra
-version=0.3-SNAPSHOT
+version=0.3.0
snapshot=true
description=Apache Cassandra Analytics
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]