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