Skip to content

Releases: statsig-io/js-client

4.48.0 - Add getFeatureGate api

20 Feb 23:40
3f19bbf
Compare
Choose a tag to compare

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

13 Feb 19:29
6183f18
Compare
Choose a tag to compare
  • Moves StableID hash check to explicitly use requestedUser

Included In This Release

  • 4f376a2 Daniel
    • explicit import of jest.setup.ts (#444)
  • 1c4d164 sroyal-statsig
    • Check UserHash for Passed in User not Current User (#443)

Full Changelog: 4.47.0...4.47.1

4.47.0 - Add Function to get initialize JSON

07 Feb 20:10
be78495
Compare
Choose a tag to compare

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

06 Feb 00:52
f657316
Compare
Choose a tag to compare

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 to true, prevent logging SDK internal errors to Statsig

Included In This Release

  • 07b67ee kenny-statsig
    • disable logging for error boundary (#439)
  • 191152c Daniel Loomb
    • Fix sdk key verfication tag
  • 33c4d61 sroyal-statsig
    • Add Option to Disable Config Name Hashing (#437)
  • 612d9c8 Daniel
    • Update kong.yml

Full Changelog: 4.45.1...4.46.0

4.45.1 - Fix issue with new cache key and deltas

05 Jan 22:51
244b760
Compare
Choose a tag to compare

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

05 Jan 17:54
9ea8bc1
Compare
Choose a tag to compare

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

04 Jan 01:01
ff61aa4
Compare
Choose a tag to compare

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

  • c18f227 Xin Li
    • disableDiagnostics only disable core api logging (#411)
  • 5f0ca9f Daniel
    • Prevent InitTimeout being caught by EB (#426)
  • 5415f64 sroyal-statsig
    • StableID Change Logging (#422)

Full Changelog: v4.43.1...4.44.0

v4.43.1 - Add SDK Key Verification

13 Dec 19:42
76ba34e
Compare
Choose a tag to compare

Add verification that sdk key used to generate response matches one provided to sdk

Included In This Release

  • 3fdfdee sroyal-statsig
    • Merge pull request #413 from statsig-io/sdk-key-verification
  • 0a7f5b0 sroyal-statsig
    • Merge pull request #421 from statsig-io/deltas-new-flag
  • c2c6f6b Stephen Royal
    • Delta New Flag
  • 7e23883 Stephen Royal
    • SDK Key Verification

Full Changelog: v4.43.0...v4.43.1

v4.43.0 - Adding Stable ID to User Hash

08 Dec 18:45
5298746
Compare
Choose a tag to compare

Adding stable id to user hash used to determine since time that should be passed down

Included In This Release

  • 46b7a58 sroyal-statsig
    • Merge pull request #419 from statsig-io/stableID-user-hash
  • 3fa1b42 Stephen Royal
    • Add StableID to User Hash

Full Changelog: v4.42.2...v4.43.0

v4.42.2 - Fix issues with RN AsyncStorage loading

06 Dec 23:30
ed9be9f
Compare
Choose a tag to compare
  • Fixes a race condition in the RN support where StableID might not have been loaded during an /initialize request

Included In This Release

  • 74fe4e4 Daniel
    • Await AsyncStorage if StableID is not set (#417)
  • 390f8c3 Daniel
    • Stable id tweaks (#416)

Full Changelog: v4.42.1...v4.42.2