Skip to content

v1.2.0

Latest

Choose a tag to compare

@MichaelRoosz MichaelRoosz released this 19 Nov 15:31
· 2 commits to main since this release
Immutable release. Only release title and notes can be modified.

v1.2.0

This release improves compatibility with older Cassandra versions, fixes LZ4 compression for protocol v3/v4 (Cassandra 3.x and 2.x), and adds full support for ScyllaDB.

Added

  • Full support for ScyllaDB (6.2, 2025.1, 2025.2, 2025.3).

Changed

  • Initial protocol version while connecting is now V4 (was V3). To connect to Cassandra version 2.1, initialProtocolVersion in ConnectionOptions has to be set to ProtocolVersion::V3.

Fixed

  • Fixed lz4 decompression for protocol v3 and v4 (Cassandra 3 and older)