This repository has been archived by the owner on May 30, 2024. It is now read-only.
5.4.1
[5.4.1] - 2021-06-10
Fixed:
- If a rule clause in a feature flag or user segment had a JSON
null
as a match value, the SDK would fail to parse the JSON data, causing an overall inability to receive flag data from LaunchDarkly as long as this condition existed. This is an abnormal condition since it is not possible to match any user attribute against a null value, but it is technically allowed by the JSON schema. The SDK will now correctly parse the data.