v0.13.2
The ScyllaDB team is pleased to announce ScyllaDB Rust Driver 0.13.2,
an asynchronous CQL driver for Rust, optimized for Scylla, but also compatible with Apache Cassandra!
Some interesting statistics:
- over 2,080k downloads on crates!
- over 554 GitHub stars!
Changes
Bug fixes:
- Made driver issue a warning and continue instead of failing if an invalid peer is encountered in system tables (#1045)
- Fixed bug that paged queries would be broken when the recently introduced
use_cached_metadata
flag was set on aPreparedStatement
(#1063)
Documentation:
- Documented
DefaultPolicy
(Load Balancing) with a lot of comments intended for developers to understand its logic easier (#1062)
CI / developer tool improvements:
- Appeased Clippy again (#1046)
- Turned tablets off for Counter tests, as tablets do not support Counters yet (#1060)
- Added scylla_cloud_tests to
cfg
allowlist (after such allowlist was made mandatory) (#1049) - Fixed semver-checks failure after its unexpected breaking update (#1050, #1051)
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!