scylladb / scylla-rust-driver

Async CQL driver for Rust, optimized for ScyllaDB!
Apache License 2.0
582 stars 101 forks source link

When will this crate be out of beta? #552

Open Jasperav opened 2 years ago

Jasperav commented 2 years ago

When will it be production ready? Are there any blocking/important issues?

psarna commented 2 years ago

In certain terms this crate already is production-ready, because it's known to be used in production environments (including dogfooding at ScyllaDB by using https://github.com/piodul/cql-stress for tests, coming soon). But if you mean 1.0, there are two things I would personally like to see before releasing 1.x:

  1. More type validation, e.g. https://github.com/scylladb/scylla-rust-driver/issues/370 , https://github.com/scylladb/scylla-rust-driver/issues/463 and more
  2. Finalizing a few refactors like https://github.com/scylladb/scylla-rust-driver/issues/408

and in general closing issues which require potentially backward incompatible changes.