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

Commit 681d473

Browse files
Releasing version 2.1.0
1 parent d643d0a commit 681d473

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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+
## [2.1.0] - 2019-12-23
6+
### Added:
7+
- Implemented `variationDetail` which returns an Evaluation Reason giving developers greater insight into why a value was returned.
8+
- Added `allFlagsListener` method, this returns flag keys whenever any flag key is updated.
9+
- Added `metricValue` parameter to `track` method.
10+
- The Connection Status API allows greater introspection into the current LaunchDarkly connection and the health of local flags.
11+
- This feature adds a new method called `getConnectionInformation` that returns an object that contains the current connection mode e.g. streaming or polling, when and how a connection failed, and the last time flags were updated.
12+
- Additionally, a new observer function called `registerCurrentConnectionModeListener` allows your application to listen to changes in the SDK's connection to LaunchDarkly.
13+
- A `close()` method which flushes the event queue and closes all open connections to LaunchDarkly. This method should be invoked as part of your application's termination lifecycle event.
14+
15+
### Changed:
16+
- Updated the iOS SDK to version 4.3.2. This enables the removal of `use_frameworks!` from the Podfile in a project using the LaunchDarkly React Native SDK.
17+
- Updated the Android SDK to version 2.9.0.
18+
- Switched iOS user switching from the deprecated `user` object to the `identify` method.
19+
520
## [2.0.3] - 2019-11-25
621
### Changed:
722
- The SDK's dependency on React Native has been expanded to include subsequent patch releases after `0.61.2`.

0 commit comments

Comments
 (0)