This repository has been archived by the owner on May 30, 2024. It is now read-only.
5.8.1
[5.8.1] - 2022-05-04
Fixed:
- Calling
stringVariationDetail
with a flag whose variations are not strings, and passingnull
as the default value parameter, would result in anEvaluationDetail
that had a null value but had a regular evaluation reason and variation index (whatever those would be for a successful evaluation of that flag). It now correctly returns aWRONG_TYPE
error reason, andNO_VARIATION
for the variation index. - If a field in
Config.ApplicationInfo
is set to a string longer than 64 characters, the SDK will now log a warning and discard it, since the LaunchDarkly services cannot process such strings for these fields.