Releases: launchdarkly/ios-client-sdk
Releases · launchdarkly/ios-client-sdk
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
Fix linker flag error for EventSource
This release points to the latest DarklyEventSource SDK, which fixes a linker flag issue that made the SDK crash for some users.
Support for multivariate flags and more
Add support for multivariate feature flags, real time flag updates, and more
1.1.0
1.0.3 Fixed event/user data
Fixed
- Device information is included in user custom attributes in events
- Actual and default flag values are sent in Feature Request Events
- Existing flag config data is no longer sent with evaluation requests, which avoids
Too long request string
errors
1.0.2
Version 1.0.1
Addresses #56