Introducing Nightly and Beta Rust Crates
Blog post from SurrealDB
SurrealDB has launched two new Rust crates—surrealdb-nightly and surrealdb-beta—to complement the existing surrealdb crate, facilitating developers who use SurrealDB for database operations. These crates cater to different stages of development and feature readiness: the nightly crate, updated daily with changes from the development branch, allows users to experiment with cutting-edge features, while the beta crate, updated monthly with bug fixes, serves as a more polished pre-release version. The stable surrealdb crate, updated on the second Tuesday of every month, is recommended for production environments. Developers can easily switch between these versions by modifying the package name in their project's dependencies, enabling a seamless transition as features progress from nightly to beta to stable release stages.