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
===

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.
