Releases: growthbook/growthbook-rust
Releases · growthbook/growthbook-rust
0.1.0
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
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
GrowthBookClientTraitand improved testability.
Full Changelog: 0.0.3...0.0.4
Release v0.0.3
What's Changed
- Add support for encrypted features by @madhuchavva in #1
- add steps for configuring decryption_key by @madhuchavva in #2
Full Changelog: https://github.com/growthbook/growthbook-rust/commits/0.0.3