This is an automated email from the ASF dual-hosted git repository. jkonisa pushed a commit to tag 0.3.0-tentative in repository https://gitbox.apache.org/repos/asf/cassandra-analytics.git
commit 2b45b836b97c93f9465c2b8058b7a4080fc1d51b Author: jkonisa <[email protected]> AuthorDate: Thu Feb 12 05:51:42 2026 -0800 Prepare 3.0 release --- 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]
