Releases: launchdarkly/ios-client-sdk
Releases · launchdarkly/ios-client-sdk
[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.
[8.2.0] - 2023-08-02
Changed:
- Deprecated LDUser and related functionality. Use LDContext instead. To learn more, read https://docs.launchdarkly.com/home/contexts.
[8.1.0] - 2023-06-05
Changed:
- Enforce TLS v1.2 as a required minimum.
Fixed:
- Allow setting kind through
trySet.
[8.0.1] - 2023-02-28
Fixed:
- Remove the extra
privateAttributesmeta field from the event payload. This extra field prevented LaunchDarkly services from accepting SDK events when private attributes were specified.