Skip to content

Releases: growthbook/growthbook-python

v1.1.0

12 Apr 02:39
3d411a3
Compare
Choose a tag to compare

Changes

  • Support for prerequisite feature flags
  • Optional Sticky Bucketing for experiment variation assignments
  • SemVer targeting support
  • Fixed multiple bugs and edge cases when comparing different data types
  • Fixed bugs with the $in and $nin operators
  • Now, we ignore unknown fields in feature definitions instead of throwing Exceptions
  • Initial support for feature rule ids (for easier debugging)

v1.0.0

23 Apr 22:03
a000103
Compare
Choose a tag to compare

Changes

  • Update to the official 0.4.1 GrowthBook SDK spec version
  • Built-in fetching and caching of feature flags from the GrowthBook API
  • Added detailed logging for easier debugging
  • New snake case methods to better match PEP standards (old method names still available for backwards compatibility)
  • Support for new feature/experiment properties that enable holdout groups, meta info, better hashing algorithms, and more

v0.3.1

01 Aug 20:06
610edbf
Compare
Choose a tag to compare

Changes

  • Return featureId as part of the experiment result
  • Fix bug when an experiment's hashAttribute is None (now it will skip the experiment as expected)

v0.3.0

24 May 14:27
84e6cfa
Compare
Choose a tag to compare

Changes

  • Don't skip feature rules when experiment variation is forced

v0.2.0 - Feature flags

13 Feb 16:31
7b4644a
Compare
Choose a tag to compare
Merge pull request #1 from growthbook/features

Feature flags support

v0.1.1

15 Jun 19:08
Compare
Choose a tag to compare

Initial Release