This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
3.0.2
LaunchDarklyReleaseBot
released this
04 Apr 18:08
·
765 commits
to main
since this release
[3.0.2] - 2023-04-04
When using multi-contexts, then this update can change the FullyQualifiedKey
for a given context. This can cause a cache miss in the local cache for a given context, requiring a connection to LaunchDarkly to populate that cache for the new FullyQualifiedKey
.
Fixed:
- Fixed an issue with generating the FullyQualifiedKey. The key generation was not sorted by the kind, so the key was not stable depending on the order of the context construction. This affects how flags are locally cached, as they are cached by the FullyQualifiedKey.