This repository was archived by the owner on May 30, 2024. It is now read-only.
5.8.1
[5.8.1] - 2022-05-04
Fixed:
- Calling
stringVariationDetailwith a flag whose variations are not strings, and passingnullas the default value parameter, would result in anEvaluationDetailthat 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_TYPEerror reason, andNO_VARIATIONfor the variation index. - If a field in
Config.ApplicationInfois 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.