Skip to content

Releases: scylladb/scylla-rust-driver

v0.2.1

05 Aug 07:54
Compare
Choose a tag to compare
scylla: bump to version 0.2.1

0.1.0

08 Apr 06:54
316ee01
Compare
Choose a tag to compare

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: