Skip to content

v1.34.0 - Adds Configurable Background Sync

Compare
Choose a tag to compare
@statsig-kong statsig-kong released this 14 Dec 00:20
· 70 commits to main since this release
49b44b9
  • Adds StatsigOptions.autoValueUpdateIntervalSec. This works in conjunction with StatsigOptions.enableAutoValueUpdate to control how frequently newer values are fetched from Statsig's servers.
  • Moves cache saving to within the store queue to avoid threading issues.

Included In This Release

  • cce151f Daniel
    • Put storage write inside storeQueue (#226)
  • d0d29d6 Daniel
    • Move to self hosted (#227)
  • 25b5c58 Daniel
    • Add StatsigOptions.autoValueUpdateIntervalSec (#225)

Full Changelog: v1.33.1...v1.34.0