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

Commit 1e28985

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 7.0.2
1 parent 1239a42 commit 1e28985

File tree

4 files changed

+4750
-4294
lines changed

4 files changed

+4750
-4294
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
## [7.0.2] - 2023-03-01
6+
### Changed:
7+
8+
- In Android, most promise rejects have been replaced with warning log and a promise resolve of default values. This behavior is now consistent with iOS.
9+
10+
- In Android `allFlags` will never reject. If an exception occurs the sdk logs a warning and resolves an empty Map. This behavior is also now consistent with iOS.
11+
512
## [7.0.1] - 2023-02-27
613
### Changed:
714

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": "7.0.1",
3+
"version": "7.0.2",
44
"description": "LaunchDarkly Client-side SDK for React Native",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)