Skip to content

Release 1.3.1

Latest

Choose a tag to compare

@wprzytula wprzytula released this 30 Jul 11:25
· 147 commits to main since this release

The ScyllaDB team is pleased to announce ScyllaDB Rust Driver 1.3.1,
an asynchronous CQL driver for Rust, optimized for Scylla, but also compatible with Apache Cassandra!

Some interesting statistics:

  • over 4.414k downloads on crates!
  • over 641 GitHub stars!

Changes

New features / enhancements:

  • Added support to serialize Bytes as CQL blob. This works in tandem with the already present blob -> Bytes deserialization capability (#1397).

Bug fixes:

  • Fixed plan exhaustion handling in SE and introduce SE unit tests. (#1401).
  • Fixed panic on double formatting in traces (#1404).
  • Made module-level documentation from scylla_cql::deserialize module appear in mirror module in scylla crate (#1406).

Documentation:

  • Renamed mentions of Scylla with ScyllaDB, following the official naming (#1393).
  • Wrote missing docstrings for many items in the codebase (#1398, #1400).

Congrats to all contributors and thanks everyone for using our driver!


The source code of the driver can be found here:

The official crates.io registry entry is here:

Thank you for your attention, please do not hesitate to contact us if you have any questions, issues, feature requests, or are simply interested in our driver!

Contributors since the last release:

commits author
49 Wojciech Przytuła
8 Karol Baryła