Skip to content

1.38.1 - Bugfix - memoization in SynchronousProvider

Compare
Choose a tag to compare
@statsig-kong statsig-kong released this 02 Apr 23:09
· 6 commits to main since this release
3a0786b

We introduced a fix in 1.37.1 to memoize configs for the same update time. We cannot memoize on the config update time, because it is both 1) not set on server sdks when generating the initialize values, and 2) not an exhaustive memoization key. Instead, we stringify the initializeValues as the memoization key.

This update renames initValuesTime in the StatsigContext to force anyone relying on this field to update their implementation due to these problems.

Included In This Release

  • ed06b9e tore-statsig
    • bugfix: memoization in SynchronousProvider (#175)

Full Changelog: 1.38.0...1.38.1