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.

      Version 1.0.1 (9 April 2026)

      Version 1.0.1 is a maintenance release for the Rust SDK 1.0.

      New Features and Behavioral Changes

      • RSCBC-270: Updated queries to automatically retry when query engine errors indicate to do so.

      • RSCBC-272: Updated logging output.

      Fixed issues

      • RSCBC-267: Fixed an issue where a node unexpectedly going down could lead to a connection storm.

      • RSCBC-268: Fixed an issue where metrics were missing the db.system.name field.

      Version 1.0.0 (12 March 2026)

      Initial GA release.