Skip to content

Releases: statsig-io/python-sdk

v0.4.3 - Adds timeout option to make network request timeout configurable

04 Dec 03:44
Compare
Choose a tag to compare

Enforces a minimum timeout on network requests from the SDK, and makes that timeout configurable via StatsigOptions

v0.4.2 - Make background threads daemon threads

03 Dec 22:17
Compare
Choose a tag to compare

All SDK background threads are now marked as daemon threads so they will not continue to run when your program exits.

Note that if you fail to call shutdown(), the background thread that posts logs to Statsig servers will not have a chance to run and you could lose logging data

v0.4.1 [internal] internal event metadata update

10 Nov 01:14
c1a804f
Compare
Choose a tag to compare
Pass statsigMetadata with log events (#29)

* Pass statsigMetadata with log events

* Add test case

* bump version to 0.4.1

v0.4.0 Adds functionality to specify custom IDs

09 Nov 21:53
Compare
Choose a tag to compare

Adds custom_ids to the StatsigUser class, which can be used to specify experiment randomization unit IDs other than the standard userID and stableID, e.g. to experiment on account IDs, you can add accountID as a new ID type in Statsig console, and set it on the user in code.

First official release of Statsig Python SDK

09 Nov 21:50
427c69d
Compare
Choose a tag to compare

This SDK is for server side, multi-user environment usage. Check out our docs for details on how to use the SDK.