Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

1.2.2

Compare
Choose a tag to compare
@LaunchDarklyReleaseBot LaunchDarklyReleaseBot released this 25 Jan 04:19

[1.2.2] - 2022-01-24

Fixed:

  • The com.launchdarkly.sdk.json serialization methods were dropping any object property whose value was null (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.