Releases: launchdarkly/ios-client-sdk
Releases · launchdarkly/ios-client-sdk
2.4.2
2.4.1
2.4.0
Added
- The client's background fetch interval can be configured using
withBackgroundFetchInterval
.
Changed
- By default, the client allows one background fetch per 60 minutes.
Fixed
- Memory leak with
NSURLSession
inLDRequestManager
. Thanks @jimmaye! - Race condition when the client is used in multiple threads
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
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
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.com
toclientstream.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
start
vsonline
andstopClient
vsoffline