4.45.3 - a few new functions
New Features
StatsigOptions.setTier()now also acceptsStringParameterStorenow includes agetKeys()function, in line with the Statsig iOS SDK.- Added
interceptorstoStatsigOptions, for injecting okHttpInterceptorinstances 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