Skip to content

Releases: growthbook/growthbook-rust

0.1.0

13 Jan 03:12

Choose a tag to compare

What's Changed

Add sticky bucketing feature by @madhuchavva in #5

  • Adding pub sticky_bucket_service to the GrowthBook struct is a breaking change for any code that initializes the GrowthBook struct directly using struct literals (e.g., GrowthBook { features: ..., ... }).

Full Changelog: 0.0.4...0.1.0

Release 0.0.4

18 Dec 00:14

Choose a tag to compare

Features

  • Offline Mode: Support for initializing the client with manual features and no valid URL/Key.
  • CI Modernization: Updated to use dtolnay/rust-toolchain, strict version pinning (1.75.0, stable, beta), and formatting/clippy checks.
  • Verification: Added GrowthBookClientTrait and improved testability.

Full Changelog: 0.0.3...0.0.4

Release v0.0.3

25 Nov 11:20

Choose a tag to compare

What's Changed

Full Changelog: https://github.com/growthbook/growthbook-rust/commits/0.0.3