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

4.14.1

Compare
Choose a tag to compare
@LaunchDarklyCI LaunchDarklyCI released this 05 Aug 00:47
· 6 commits to 4.x since this release

[4.14.1] - 2020-08-04

Fixed:

  • Deserializing LDUser from JSON using Gson resulted in an object that had nulls in some fields where nulls were not expected, which could cause null pointer exceptions later. While there was no defined behavior for deserializing users in the 4.x SDK (it is supported in 5.0 and above), it was simple to fix. Results of deserializing with any other JSON framework are undefined. (#199)