Releases: scylladb/scylla-rust-driver
Releases · scylladb/scylla-rust-driver
v0.2.1
0.1.0
The (extended) Scylla team is pleased to announce the first release of Scylla Rust Driver 0.1.0 - a brand new, asynchronous CQL driver for Rust, optimized for Scylla, but also compatible with Apache Cassandra!
Our new driver is capable of the following, and much more:
- Asynchronous API based on Tokio (tokio.rs)
- Token-aware routing
- Shard-aware routing (specific to Scylla)
- Prepared statements
- Query paging
- Compression (LZ4 and Snappy algorithms)
- CQL binary protocol version 4
- Batch statements
- Configurable load balancing policies
- Driver-side metrics
- TLS support (based on openssl)
- Configurable retry policies
- Authentication support
- CQL tracing
Crates: