This repository has been archived by the owner on May 30, 2024. It is now read-only.
1.2.2
[1.2.2] - 2022-01-24
Fixed:
- The
com.launchdarkly.sdk.json
serialization methods were dropping any object property whose value wasnull
(due to the internal use of Gson, and Gson's default behavior of always omitting null properties). This has been changed to always respect whatever properties are written by the serializer for a given type, since in some cases (such as a map of feature flag keys to values) the presence of a key with a null value might have a subtly different meaning than the absence of the key.