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

6.1.0

Compare
Choose a tag to compare
@LaunchDarklyReleaseBot LaunchDarklyReleaseBot released this 26 Feb 01:07

[6.1.0] - 2022-02-25

Added:

  • Added privateAttributeNames configuration option for LDConfig allowing the configuration of private attributes for all users. (#102)

Fixed:

  • Android: Updated Android SDK dependency to 3.1.3.
  • Android: Added missing native module API stubs to prevent warning on NativeEventEmitter. (#116)
  • iOS: Fixed ownership handling of native callbacks to avoid garbage collection of all flags and connection mode listeners that are still in use. (#106)