Releases: launchdarkly/ios-client-sdk
Releases · launchdarkly/ios-client-sdk
2.3.3
2.3.2
[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
withConnectionTimeoutto change the setting.
Fixed
- Potential race conditions when HTTP requests exceed 10 seconds
- HTTP requests now honor the configured connection timeout
2.3.1
2.3.0
[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.comtoclientstream.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
2.1.3
2.1.2
[2.1.2] - 2017-03-20
Added
- Backoff with jitter for connection establishment of eventsource
Fixed
- Parity for
startvsonlineandstopClientvsoffline
2.1.1
[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
[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
Changed
- Updated to use AFNetworking 3.1
- Minor code cleanup
Fixed
- DarklyEventSource linker errors patched