Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 20b8cf7

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 8.2.0
1 parent 629283f commit 20b8cf7

File tree

4 files changed

+4247
-3718
lines changed

4 files changed

+4247
-3718
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to the LaunchDarkly React Native SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [8.2.0] - 2024-03-18
6+
### Added:
7+
- iOS: Stores and uses e-tag header between SDK initializations for improved initialization
8+
9+
### Changed:
10+
- 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.
11+
12+
### Fixed:
13+
- iOS: Prevent null value changes to observe listeners
14+
- iOS: Fixed issue where flag change listeners were not being triggered when identify() was called.
15+
516
## [8.1.0] - 2024-03-07
617
### Added:
718
- Added Android only config option generateAnonymousKeysAndroid. This directly maps to the Android SDK config option [generateAnonymousKeys](https://launchdarkly.github.io/android-client-sdk/com/launchdarkly/sdk/android/LDConfig.Builder.html#generateAnonymousKeys(boolean)).

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-react-native-client-sdk",
3-
"version": "8.1.0",
3+
"version": "8.2.0",
44
"description": "LaunchDarkly Client-side SDK for React Native",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)