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

Commit

Permalink
Releasing version 9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Mar 20, 2024
1 parent 077df3c commit f3a95e9
Show file tree
Hide file tree
Showing 4 changed files with 4,219 additions and 3,656 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## [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.

## [9.1.0] - 2024-03-06
### Fixed:
- 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)).
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "launchdarkly-react-native-client-sdk",
"version": "9.1.0",
"version": "9.2.0",
"description": "LaunchDarkly Client-side SDK for React Native",
"main": "index.js",
"types": "index.d.ts",
Expand Down
Loading

0 comments on commit f3a95e9

Please sign in to comment.