Skip to content

2.1.0

Compare
Choose a tag to compare
@arun251 arun251 released this 14 Oct 07:08
· 682 commits to main since this release

[2.1.0] - 2017-10-13

Added

  • LDConfig.Builder#setUseReport method to allow switching the request verb from GET to REPORT. Do not use unless advised by LaunchDarkly.

Changed

  • LDClient.init validates that its arguments are non-null.

Fixed

  • Stream connections are closed completely when the app enters background mode.
  • Fewer HTTP requests are made to the LaunchDarkly service when feature flags are updated frequently.
  • Potential NullPointerException in the variation methods.
  • Removed spurious error when LDClient is initialized while the device is offline.