SDK Release Notes
Release notes, brief installation instructions, and download archive for the Couchbase Rust Client.
Version 1.0 of the Rust SDK implements the 3.9 SDK API. See the compatibility pages for more information on feature compatibility with different versions of Couchbase Server.
Installation
-
The Couchbase Rust SDK 1.0 Client supports Rust 1.90+.
More details of the installation process are in the full installation guide. In most cases, given the above prerequisites, it’s a simple matter of the following:
cargo add couchbase
Rust SDK 1.0 Releases
Version 1.0 of the Rust SDK implements the 3.9 SDK API. See the compatibility pages for more information on feature compatibility with different versions of Couchbase Server.
We always recommend using the latest version of the SDK — it contains all of the latest security patches and support for new and upcoming features. All patch releases for each dot minor release should be API compatible, and safe to upgrade; any changes to expected behavior are noted in the release notes that follow.
Binary compatibility is not guaranteed for any Rust SDK release, and you should rebuild your application when changing the SDK.