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
Bytesas CQLblob. This works in tandem with the already presentblob->Bytesdeserialization 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::deserializemodule appear in mirror module inscyllacrate (#1406).
Documentation:
- Renamed mentions of
ScyllawithScyllaDB, 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:
- https://github.com/scylladb/scylla-rust-driver
Contributions are most welcome!
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 |