2.0.2
LaunchDarklyReleaseBot
released this
26 May 18:59
·
55 commits
to main
since this release
[2.0.2] - 2023-05-26
Fixed:
- Fixed an issue that would prevent using values from redis for
variation
orall_flags_state
calls 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$inited
key 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.