Releases: launchdarkly/ios-client-sdk
Releases · launchdarkly/ios-client-sdk
v8.4.0
[9.2.1] - 2023-10-31
Changed:
- Calling
identify()
with a context that is identical to the SDK's current context is now more efficient, and no longer results in re-establishing a connection.
Fixed:
- Fixed issue where flag change listeners were not being triggered when
identify()
was called.
[8.3.1] - 2023-10-31
Changed:
- Calling
identify()
with the current context is now more efficient and no longer results in re-establishing a connection.
Fixed:
- Fixed issue where flag change listeners were not being triggered when
identify()
was called.
[9.2.0] - 2023-10-24
[9.2.0] - 2023-10-24
Changed:
- Updated swift-tools-version from 5.2 to 5.3.
Removed:
- Removed support for iOS 11 and tvOS 11 to support XCode15. This is being released as a minor change because those platforms can no longer use any portion of this SDKs APIs.
[9.1.1] - 2023-09-19
[9.1.1] - 2023-09-19
Fixed:
- Fixed rare bug in key generation in some contexts generated by the Auto Environment Attributes feature.
[9.1.0] - 2023-09-11
[9.1.0] - 2023-09-11
Changed:
- Deprecated
LDValue.init(integerLiteral: Double)
as this method signature is misleading. A newLDValue.init(integerLiteral: Int)
signature has been added for clarity.
Fixed:
- Adjusted key encoding for some contexts generated by the Auto Environment Attributes feature.
[8.3.0] - 2023-09-08
Changed:
- Deprecated
LDValue.init(integerLiteral: Double)
as this method signature is misleading. A newLDValue.init(integerLiteral: Int)
signature has been added for clarity.
[9.0.2] - 2023-08-25
Fixed:
- Updated how Auto Environment Attributes sanitizes and validates provided values to provide a more user friendly experience.
[9.0.1] - 2023-08-18
Fixed:
- Corrected implementation of classes that retrieves ApplicationInfo from package bundle as part of Automatic Mobile Environment Attributes functionality.
[9.0.0] - 2023-08-02
Added:
- Added Automatic Mobile Environment Attributes functionality which makes it simpler to target your mobile customers based on application name or version, or on device characteristics including manufacturer, model, operating system, locale, and so on. To learn more, read Automatic environment attributes.
Removed
- Removed LDUser and related functionality. Use LDContext instead. To learn more, read https://docs.launchdarkly.com/home/contexts.