Skip to content

Releases: launchdarkly/ios-client-sdk

2.3.3

26 May 05:21

Choose a tag to compare

[2.3.3] - 2017-05-25

Changed

  • Feature flag persistence is now more efficient

Fixed

  • Client crashes if a feature flag is off and no off-variation is specified

2.3.2

19 May 00:22

Choose a tag to compare

[2.3.2] - 2017-05-18

Changed

  • The default connection timeout is now actually 10 seconds, down from the system default of 60 seconds. Use withConnectionTimeout to change the setting.

Fixed

  • Potential race conditions when HTTP requests exceed 10 seconds
  • HTTP requests now honor the configured connection timeout

2.3.1

25 Apr 20:32

Choose a tag to compare

Fixed

  • Benign race conditions in LDRequestManager

2.3.0

20 Apr 20:56

Choose a tag to compare

[2.3.0] - 2017-04-20

Added

  • Support for tvOS 9.0+
  • Support for watchOS 2.0+
  • Support for macOS 10.10+
  • Umbrella header (Darkly/Darkly.h)

Changed

  • Library is now a dynamic framework in order to support the Carthage dependency manager
  • Minimum supported iOS version is now iOS 8.0+
  • Updated streaming host from stream.launchdarkly.com to clientstream.launchdarkly.com
  • Default (foreground) polling interval was reduced to 5 minutes
  • Minimum polling interval was reduced to 1 minute

Fixed

  • Potential range exception issue in event processing

2.2.0

06 Apr 05:07

Choose a tag to compare

[2.2.0] - 2017-04-05

Added

  • Ability to disable streaming and enable interval-based polling

2.1.3

06 Apr 04:39

Choose a tag to compare

[2.1.3] - 2017-04-05

Fixed

  • Uncaught exception NSInvalidArgumentException in performEventRequest

2.1.2

20 Mar 18:07

Choose a tag to compare

[2.1.2] - 2017-03-20

Added

  • Backoff with jitter for connection establishment of eventsource

Fixed

  • Parity for start vs online and stopClient vs offline

2.1.1

05 Jan 17:55

Choose a tag to compare

[2.1.1] - 2017-01-04

Added

  • Method to get notified with the flag key for which the value had changed

Fixed

  • Background fetch issues fixed

2.1.0

20 Dec 00:12

Choose a tag to compare

[2.1.0] - 2016-12-19

Changed

  • Removed AFNetworking
  • Code optimizations and cleanup

Fixed

  • Optimized events storage and polling algorithms
  • Events generated simultaneously at the same time appear sequentially on web console without events loss

[2.0.3] - 2016-10-26

26 Oct 22:43

Choose a tag to compare

Changed

  • Updated to use AFNetworking 3.1
  • Minor code cleanup

Fixed

  • DarklyEventSource linker errors patched