This is an automated email from the ASF dual-hosted git repository. jkonisa pushed a commit to tag 0.3-tentative in repository https://gitbox.apache.org/repos/asf/cassandra-analytics.git
commit 2df16ac77a183a8e14cd40d599c4310a6995276e Author: jkonisa <[email protected]> AuthorDate: Wed Feb 11 11:53:30 2026 -0800 Prepare for 0.3 release --- NEWS.txt | 21 +++++++++++++++++++++ gradle.properties | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) 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..ba59cd66 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,8 +16,8 @@ # under the License. group=org.apache.cassandra -version=0.3-SNAPSHOT -snapshot=true +version=0.3 +snapshot=false description=Apache Cassandra Analytics analyticsJDKLevel=11 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
