1.38.1 - Bugfix - memoization in SynchronousProvider
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