Skip to content

1.45.0 - New option to opt out non sdk metadata, ability to disable exposure for getParaStore func

Compare
Choose a tag to compare
@statsig-kong statsig-kong released this 01 Jul 22:17
· 33 commits to main since this release
0571fae

New Features

  • StatsigUser now has a new option called optOutNonSdkMetadata, which enable you to opt out nonSdkMetadata.

       note: if you enabled this option, it will only
        return [
                   "sdkType",
                   "sdkVersion",
                   "sessionID",
                   "stableID"
              ]
    
  • Add the ability to check a param store without logging any exposures.

Improvements

Fixes

Included In This Release

  • 3a324f0 Weihao Ding
    • fix: fix the unittest for opt out non sdk metadata (#285)
  • d756651 Weihao Ding
    • feat: add option to opt out non sdk metadata (#283)
  • 1f5be3c Daniel
    • feat: add disabled exposure getParamStore func (#282)

Full Changelog: 1.44.0...1.45.0