Releases: statsig-io/statsig-kit
Releases · statsig-io/statsig-kit
1.56.0 - Persist pending events when app backgrounds
Improvements
- Persist pending events when app backgrounds
Included In This Release
Full Changelog: 1.55.3...1.56.0
1.55.3 - LCUT Comparison, Initialize Response Bugfixes
Fixes
- Fix bug with LCUT comparison in On Device Eval Adapter
- Hydrate additional fields in initialize response
Included In This Release
Full Changelog: 1.55.2...1.55.3
1.55.2 - bugfix for getInitializeResponseJson()
Fixes
- Added missing "has_updates" field in
StatsigClient.getInitializeResponseJson()
Included In This Release
Full Changelog: 1.55.1...1.55.2
1.55.1 - correct visibility for StatsigMetadata
Fixes
- the fields in
StatsigMetadatahave been updated to their originally intendedpublicvisibility.
Included In This Release
- 7f1ab24 kevin-statsig
- actually expose statsigmetadata fields (#427)
Full Changelog: 1.55.0...1.55.1
1.55.0 - getStatsigMetadata()
New Features
- Added
StatsigMetadataand agetStatsigMetadata()accessor toStatsigandStatsigClient- it provides external visibility of metadata used by the SDK
Improvements
- Added
updateOptions()to the staticStatsigfunctions so it does not need to be called directly on an instance ofStatsigClient
Included In This Release
Full Changelog: 1.54.0...1.55.0
1.54.0 - Add option to disable event logging
New Features
- Add
eventLoggingEnabledoption to control whether the SDK sends any logged events.
Improvements
- Make StatsigUser Sendable
Included In This Release
Full Changelog: 1.53.11...1.54.0
1.53.11 - Make sessionID readable
1.53.10 - Fix removeOverride persistence
Improvements
- Improve performance when checking feature gates, experiments, etc.
- Improve thread-safety of Statsig.initialize
Fixes
- Fix removeOverride persistence
Included In This Release
- c6ae0e0 Andre Terron
- Fix InternalStore.removeOverride to call saveOverrides for state persistence (#412)
- 2c254a2 Andre Terron
- Use structs for dedupe keys (#408)
- acb8a94 Andre Terron
- Fix network timeout test intermittently failing (#409)
- d2e94e2 Andre Terron
- Add a lock around Statsig.initialize (#407)
Full Changelog: 1.53.9...1.53.10
1.53.9 - Add getEvaluationSource
Improvements
- Add getEvaluationSource
Fixes
- Add an environment variable check to help support widget builds using CocoaPods
Included In This Release
Full Changelog: 1.53.8...1.53.9
1.53.8 - Add a keys getter for configs, layers and param stores
Improvements
- Add a keys getter for configs, layers and param stores
Included In This Release
- f47c600 Andre Terron
- Add keys getters to dynamic configs, layers and param stores (#402)
Full Changelog: 1.53.7...1.53.8