v0.13.1
The ScyllaDB team is pleased to announce ScyllaDB Rust Driver 0.13.1,
an asynchronous CQL driver for Rust, optimized for Scylla, but also compatible with Apache Cassandra!
Some interesting statistics:
- over 1,905k downloads on crates!
- over 545 GitHub stars!
Changes
Bug fixes:
- Made
log
logger work with the driver again (#992) - Fixed bug that Batches would be always sent as LOGGED if they contain any unprepared statement (
Query
) (#1038) - Fixed two efficiency-related bugs in default load balancing policy (#1037)
Documentation:
- Documented logging with
tracing
andlog
libraries and provided an example (#992)
CI / developer tool improvements:
- Silenced mock structs unused warning (#996)
- Appeased Clippy again (#1002 and #1013)
- Turned tablets off for LWT tests, as tablets do not support LWT yet (d20aed54)
- Made LWT tests ignored when testing with tablets, as tablets do not support LWT yet (2bd45560)
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!