SDK Release Notes
- Developer Preview
Release notes, brief installation instructions, and download archive for the Couchbase Rust Client.
Developer Preview
This SDK is a Developer Preview, providing early access before the generally available (GA) release is ready. It enables you to play with the APIs to get a sense of how they work. Preview Mode features and their use are subject to Couchbase’s “Non-GA Offering Supplemental Terms” set forth in the License Agreement. Preview Mode features may not be functionally complete and are not intended for production use. They are intended for development and testing purposes only. |
Version 1.0 of the Rust SDK implements the 3.8 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
Verifying Artifacts
Starting with version 3.8.2, Couchbase JVM SDK artifacts are signed with this GPG key.
CB SDK Robot <cb-sdk-robot@couchbase.com>
181C 7A4E 9088 90A2 D768 3657 42BD EBD3 0D10 C992
Rust SDK 1.0 Releases
Version 1.0 of the Rust SDK implements the 3.8 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.