2.0.2
·
80 commits
to main
since this release
[2.0.2] - 2023-05-26
Fixed:
- Fixed an issue that would prevent using values from redis for
variationorall_flags_statecalls before client initialization was complete. After this change if the erlang SDK is using an initialized redis prefix, then it will be able to evaluate against that store before initialization is complete. Note that the SDK did not previously store the$initedkey used when detecting that a store is initialized, so the store will need updated by this SDK version (or newer) at least once before it would be considered initialized.