Statsig

Latest version: v0.57.1

Safety actively analyzes 723843 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 10 of 17

0.19.1

- Make debug logs disabled by default. To enable, pass the option `enable_debug_logs` on initialize
- Move print during ErrorBoundary error handling inside try/catch

**Full Changelog**: https://github.com/statsig-io/python-sdk/compare/v0.19.0...v0.19.1

0.19.0

* Added type annotations to API
* Added support for evaluating multiple gate condition

**Full Changelog**: https://github.com/statsig-io/python-sdk/compare/v0.18.0...v0.19.0

0.18.0

Option to provide a custom output logger to redirect stdout/stderr messages sent from the SDK.

**Full Changelog**: https://github.com/statsig-io/python-sdk/compare/v0.17.1...v0.18.0

0.17.1

Internal Diagnostic:
- Fix a bug which resulted in all diagnostics timestamps being set to the same value.

Background threads:
- Added descriptive names to each background thread the SDK spawns.

**Full Changelog**: https://github.com/statsig-io/python-sdk/compare/v0.17.0...v0.17.1

0.17.0

Target Apps for client bootstrap:
- `get_client_initialize_response` now accepts `client_sdk_key` as a parameter. This allows responses to respect [Target Apps](https://docs.statsig.com/sdk-keys/target-apps#configuring-target-apps) assigned to a client key.

Bootstrap/Datastore falls back to network:
- In the event that bootstrap or datastore fails during initialization a network request to `/download_config_specs` will be sent immediately. Previously the SDK would be left uninitialized until the next background sync

Internal Diagnostics Changes:
- Convert Diagnostics into a static class which can be used throughout the code base.
- This required the `_ConfigEvaluation()` class be moved into its own folder to prevent a circular dependency issues

**Full Changelog**: https://github.com/statsig-io/python-sdk/compare/v0.16.13...v0.17.0

0.16.13

- Move SpecStore network calls out of SpecStore.__init__
- Move /download_config_specs retry to background sync thread
- Fix bug where init_timeout was not gracefully timing out

**Full Changelog**: https://github.com/statsig-io/python-sdk/compare/v0.16.12...v0.16.13

Page 10 of 17

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.