This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
Releases: launchdarkly/react-native-client-sdk
Releases · launchdarkly/react-native-client-sdk
9.4.2
[9.4.2] - 2024-10-25
Changed:
- Updates underlying iOS SDK to 9.11.0 and Android SDK to 5.4.0 to incorporate latest functionality. For more details see iOS release notes and Android release notes
8.3.0
[8.3.0] - 2024-09-12
Changed:
- Updates underlying iOS Client SDK to 9.10.0. See https://github.com/launchdarkly/ios-client-sdk/releases for more details
9.3.0
[9.3.0] - 2024-06-11
Fixed:
- Updates internal dependency ios-client-sdk to version 9.8.2 to incorporate privacy manifest fix
9.2.0
[9.2.0] - 2024-03-20
Added:
- iOS: Stores and uses e-tag header between SDK initializations for improved initialization
Changed:
- iOS: 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:
- iOS: Prevent null value changes to observe listeners
- iOS: Fixed issue where flag change listeners were not being triggered when identify() was called.
8.2.0
[8.2.0] - 2024-03-18
Added:
- iOS: Stores and uses e-tag header between SDK initializations for improved initialization
Changed:
- iOS: 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:
- iOS: Prevent null value changes to observe listeners
- iOS: Fixed issue where flag change listeners were not being triggered when identify() was called.
7.2.0
[7.2.0] - 2024-03-08
Added:
- Added Android only config option generateAnonymousKeysAndroid. This directly maps to the Android SDK config option generateAnonymousKeys.
9.1.0
[9.1.0] - 2024-03-06
Fixed:
- Added Android only config option generateAnonymousKeysAndroid. This directly maps to the Android SDK config option generateAnonymousKeys.
8.1.0
[8.1.0] - 2024-03-07
Added:
- Added Android only config option generateAnonymousKeysAndroid. This directly maps to the Android SDK config option generateAnonymousKeys.
9.0.3
[9.0.3] - 2024-02-09
Fixed:
- Add validation to ensure Context has a
kind
before passing into the native modules.
9.0.2
[9.0.2] - 2024-02-08
Changed:
- The
launchdarkly-react-native-client-sdk
project has been renamed to@launchdarkly/react-native-client-sdk
. All future releases will be made from the new repository. Please consider upgrading and filing potential requests in that repository's issue tracker.