Skip to content

Releases: growthbook/growthbook-python

v1.4.5

08 Oct 05:23
58e445c
Compare
Choose a tag to compare

1.4.5 (2025-10-08)

Bug Fixes

  • Add FeatureUsageCallback (83359a0)

v1.4.4

30 Sep 17:34
a12b728
Compare
Choose a tag to compare

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

19 Sep 05:51
0cc441b
Compare
Choose a tag to compare

1.4.3 (2025-09-19)

Bug Fixes

  • Fixes for graceful shutdown (ab158ad)

v1.4.2

12 Sep 19:42
e6863d5
Compare
Choose a tag to compare

1.4.2 (2025-09-12)

Bug Fixes

  • Keep the Socket open with a configurable connection timeout (84284d)

v1.4.1

12 Sep 18:44
56699fc
Compare
Choose a tag to compare

1.4.1 (2025-09-12)

Bug Fixes

  • add timeout to SSE client (ff6c2a7)

v1.4.0

09 Sep 19:44
8ecf9d5
Compare
Choose a tag to compare

1.4.0 (2025-09-09)

Features

  • Tracking Plugins Compatibility with Async & Sync Clients (a54c06d)

v1.3.1

13 Jun 18:38
054da68
Compare
Choose a tag to compare

1.3.1 (2025-06-13)

Bug Fixes

  • Tracking linked experiments (becee2c)

v1.3.0

11 Jun 18:30
352b115
Compare
Choose a tag to compare

1.3.0 (2025-06-11)

Features

Bug Fixes

  • Caching TTL Refresh fixes

What's Changed

Full Changelog: v...v1.3.0

v1.2.1

02 Mar 23:47
Compare
Choose a tag to compare

Release v1.2.1

What's Changed

Full Changelog: v1.1.0...v

v1.2.0

30 Aug 12:44
Compare
Choose a tag to compare
v1.2.0 Pre-release
Pre-release

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