Skip to content

4.45.0 - getStatsigMetadata() and IStatsigLifetimeCallback

Choose a tag to compare

@statsig-kong statsig-kong released this 05 Nov 21:22
· 9 commits to main since this release
54cb5e2

New Features

  • Added getStatsigMetadata() to provide external visibility of metadata used by the SDK
  • Added IStatsigLifetimeCallback to StatsigOptions - it holds callback functions that may occur over the lifetime of the SDK.
  • IStatsigLifetimeCallback offers onValuesUpdated() which fires in situations where gate, experiment, or config values have changed for the current user.

Improvements

  • Code cleanups

Included In This Release

  • 074806a kevin-statsig
    • remove redundant lollipop check (#413)
  • 0139ccb kevin-statsig
    • expose statsigmetadata (#412)
  • 1efcf7c kevin-statsig
    • compiler warnings cleanup (#411)
  • 44ba146 kevin-statsig
    • callback for autoupdate (#398)
  • 3a9f8c3 kevin-statsig
    • skip config cache for publishing releases (#409)

Full Changelog: 4.44.4...4.45.0