Releases: statsig-io/python-sdk
Releases · statsig-io/python-sdk
0.58.4 - Fix memory leak when shutdown and reinitialize sdk
Fixes
- Bump ip3-country package dependency to include the fix on not releasing memory when CountryLookup is gc
- Use request.session() for network requests
Included In This Release
Full Changelog: 0.58.3...0.58.4
0.58.3 - Layer config delegation bug fix
Improvements
- moved rulesets callback to after the store has completely finished parsing
- security package updates
Fixes
- fix a bug where layers that depend on a gate may evaluate incorrectly under specific conditions.
Included In This Release
Full Changelog: 0.58.2...0.58.3
0.58.2 - Remove GRPC verbosity overwrite
Improvements
- removed grpc verbosity overwrite
Included In This Release
Full Changelog: 0.58.1...0.58.2
0.58.1 - set accept-encoding header on dcs requests
0.58.0 - Add Session Replay Info to GCIR
New Features
- Adds support for including session replay info in get client initialize response
Included In This Release
Full Changelog: 0.57.3...0.58.0
0.57.3 - Bug fix grpc reconnect and add more loggings
New Features
-
Expose grpc metrics
Fixes
- Fix behavior that when grpc is reconnected to SFP, we sometimes don't cancel background polling job
Included In This Release
Full Changelog: 0.57.2...0.57.3
0.57.2 - Bug fix for preparsing unsupported configs
Fixes
- Fixed a bug where the sdk fail to initialize if there are multiple unsupported config operator/conditions
Included In This Release
- d66ea5b kat-statsig
- pre parse edge case patch (#415)
Full Changelog: 0.57.1...0.57.2
0.57.1 - Patch edge case in sampling
Fixes
- patch an edge case where secondary exposures may be sampled if primary exposure falls through to default
Included In This Release
- 91fd291 kat-statsig
- fix sampling (#413)
Full Changelog: 0.57.0...0.57.1
0.57.0 - Export public objects, add id type to evaluation result and typing extensions to setup
Improvements
- export public objects for better linter experience
- add id type to evaluation result
Fixes
- add typing_extensions to set up requirement
Included In This Release
Full Changelog: 0.56.0...0.57.0
0.56.0 - Events flushed callback
New Features
- new option for events flushed callback
Included In This Release
Full Changelog: 0.55.3...0.56.0