Skip to content

4.45.3 - a few new functions

Choose a tag to compare

@statsig-kong statsig-kong released this 05 Feb 21:44
· 6 commits to main since this release
a518b32

New Features

  • StatsigOptions.setTier() now also accepts String
  • ParameterStore now includes a getKeys() function, in line with the Statsig iOS SDK.
  • Added interceptors to StatsigOptions, for injecting okHttp Interceptor instances to capture Statsig network calls

Improvements

  • Code cleanups and improved unit test reliability
  • Refactored storage layer. A DataStore-backed replacement is available (behind a test hook) but disabled by default

Included In This Release

  • b164420 kevin-statsig
    • add getkeys to parameterstore (#455)
  • 3369f35 kevin-statsig
    • storage flagging update (#454)
  • a3c35d6 kevin-statsig
    • clear more stuff in tests (#453)
  • cdec5fe kevin-statsig
    • fix lint errors (#451)
  • 2572d73 kevin-statsig
    • allow external okhttp interceptors (#450)
  • e6124c8 kevin-statsig
    • add setCustomTier to StatsigOptions (#449)
  • 903d503 kevin-statsig
    • remove http cache from tests (#445)
  • 71f36ad kevin-statsig
    • optimize android-sdk imports (#444)
  • 879cfdc kevin-statsig
    • actually fix timeout test (#448)

Full Changelog: 4.45.2...4.45.3