Releases: growthbook/growthbook-python
Releases · growthbook/growthbook-python
v1.4.5
v1.4.4
1.4.4 (2025-09-30)
What's Changed
- Added Background Refresh task for Features by @madhuchavva in #66
- chore(main): release 1.4.4 by @github-actions[bot] in #67
Full Changelog: v1.4.3...v1.4.4
v1.4.3
v1.4.2
v1.4.1
v1.4.0
v1.3.1
v1.3.0
1.3.0 (2025-06-11)
Features
- tracking plugins (fde4d42)
Bug Fixes
- Caching TTL Refresh fixes
What's Changed
- Feat/auto release by @madhuchavva in #31
- Fix/python36 ubuntu removal by @madhuchavva in #39
- Fix/cache refresh by @madhuchavva in #38
- Fix updating features by @vazarkevych in #35
- Fix/broken tests by @madhuchavva in #40
- Add method set features by @vazarkevych in #37
- Feat/tracking plugin by @madhuchavva in #41
- Minor fixes to release workflow by @madhuchavva in #46
Full Changelog: v...v1.3.0
v1.2.1
Release v1.2.1
What's Changed
- PEP-561 compatibility by @vazarkevych in #18
- Fix zero value evaluation for _getOrigHashValue by @vazarkevych in #20
- Feature/load features async by @vazarkevych in #19
- Added SSE client by @vazarkevych in #23
- Saved groups, $inGroup $notInGroup operators, versionCompare by @vazarkevych in #22
- Feat/multi context by @madhuchavva in #27
- Update to spec 0.7.1, fix failing tests by @jdorn in #30
Full Changelog: v1.1.0...v
v1.2.0
Changes
- Server Sent Events (SSE) support for real-time feature updates
- Removed versionCompare test cases. These are now included as part of evalCondition.
- Added $inGroup and $notInGroup operators to check Saved Groups by reference
- Added async version of load_features
- Fixed _getOrigHashValue evaluation of an hash attribute that has zero as its value