Skip to content

5.1.1

Compare
Choose a tag to compare
@LaunchDarklyReleaseBot LaunchDarklyReleaseBot released this 21 Jan 22:17

[5.1.1] - 2022-01-21

Changed:

  • The key property on LDUser objects is now optional, if it is not provided the SDK will automatically generate a key and mark the user as anonymous. See the API documentation for more details.
  • Updated native Android and iOS SDK to the 3.1.2 release and 5.4.4 release respectively.

Fixed:

  • Android: Removed reference of jcenter from the Gradle build to reflect the shutdown of the JCenter artifact repository.
  • iOS: isOffline has been corrected to no longer return true when online and false when offline.
  • iOS: Fixed memory leak when stream connections are terminated caused by the native server sent events implementation.