Skip to content

2.9.0

Compare
Choose a tag to compare
@gwhelanLD gwhelanLD released this 25 Oct 21:07
89d944d

[2.9.0] - 2019-10-25

Added

  • Added support for new LaunchDarkly experimentation features. See LDClient.track(String, JsonElement, Double) for recording numeric metrics.
  • Substantially improved test coverage for SDK behavior in different Application states (network connectivity and backgrounding).

Fixed

  • The Future returned by LDClient.identify could not complete as intended for certain connectivity states. When in a background state this could not complete until the next background polling cycle, or never if background polling was disabled.