Releases: statsig-io/js-client
4.48.0 - Add getFeatureGate api
Adds getFeatureGate
to get metadata (group, rule, idtype) about a gate evaluation
INTERNAL
- updates for react native sdk
- fix sdk logging on stableid changed
- update js-sha256 dependency
Included In This Release
- 88c5ac0 marcos-statsig
- [Snyk] Upgrade js-sha256 from 0.10.1 to 0.11.0 (#450)
- 96e9d9d tore-statsig
- Add getFeatureGateMetadata for more info about gate evaluation (#448)
- 13e436e tore-statsig
- Update react native typing and appstate handler (#446)
- 4360659 sroyal-statsig
- Fix StableID Changed Logging (#442)
Full Changelog: 4.47.1...4.48.0
4.47.1 - Internal Change for Stable ID Hashing
- Moves StableID hash check to explicitly use requestedUser
Included In This Release
Full Changelog: 4.47.0...4.47.1
4.47.0 - Add Function to get initialize JSON
Adding a function to get the json of the full initialize response
Included In This Release
- d237846 sroyal-statsig
- Add Function to get Initialize JSON (#438)
Full Changelog: 4.46.0...4.47.0
4.46.0 - Option to disable hashing
New options:
disableHashing
- When set to true, the SDK will not hash gate/config/experiment names, instead they will be readable as plain text. (Note: This requires special authorization from Statsig)
Bug fixes:
- When
disableAllLogging
is set totrue
, prevent logging SDK internal errors to Statsig
Included In This Release
Full Changelog: 4.45.1...4.46.0
4.45.1 - Fix issue with new cache key and deltas
Fixes an issue with the new cache key that prevents deltas from being used due to trying to read values from the v3 cache key
Included In This Release
- 57cf02e sroyal-statsig
- Cache Key V3 Fix (#434)
Full Changelog: 4.45.0...4.45.1
4.45.0 - Update Cache Key to include SDK Key
Updating the cache key to include the sdk key used to generate values
Included In This Release
- 0e943b9 sroyal-statsig
- Cache Key V3 (#432)
Full Changelog: 4.44.0...4.45.0
4.44.0 - Internal always log diagnostics initialization data, log stableID change, not log initTimeout by ErrorBoundary
Internal
- Always log diagnostics initialization data, disableDiagnostics will only disable core api logging
- Log stableID changes
- Not logging initTimeout to errorboundary
Included In This Release
Full Changelog: v4.43.1...4.44.0
v4.43.1 - Add SDK Key Verification
Add verification that sdk key used to generate response matches one provided to sdk
Included In This Release
Full Changelog: v4.43.0...v4.43.1
v4.43.0 - Adding Stable ID to User Hash
Adding stable id to user hash used to determine since time that should be passed down
Included In This Release
Full Changelog: v4.42.2...v4.43.0
v4.42.2 - Fix issues with RN AsyncStorage loading
- Fixes a race condition in the RN support where StableID might not have been loaded during an /initialize request
Included In This Release
Full Changelog: v4.42.1...v4.42.2