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

Releases: launchdarkly/react-native-client-sdk

9.0.1

10 Jan 22:35
Compare
Choose a tag to compare

[9.0.1] - 2024-01-10

Changed:

  • Update the build and ManualTestApp to use React Native 0.73.2.

Fixed:

  • Readme information about which SDK version works with which React Native version.

9.0.0

09 Jan 19:48
Compare
Choose a tag to compare

[9.0.0] - 2024-01-09

Version 9.0 includes breaking changes in dependencies. In version 9.0, there are no changes to the React Native SDK API or functionality. Version 9.0 of the SDK requires Java 17, in order to support React Native 0.73.

The LaunchDarkly React Native SDK version 10 currently in development is written in pure JavaScript and compatible with Expo. For most customers, we recommend waiting for version 10.

Added:

  • Support for React Native 0.73.x

Removed:

  • Support for React Native 0.69.x, 0.70.x, 0.71.x, 0.72.x

8.0.2

20 Dec 20:23
Compare
Choose a tag to compare

[8.0.2] - 2023-12-20

Changed:

  • Added tests to ensure the SDK works correctly with Xcode 15
  • Removed tests for Xcode 12.

8.0.1

20 Sep 23:43
Compare
Choose a tag to compare

[8.0.1] - 2023-09-20

Fixed:

  • Fixed a rare bug in key generation in some contexts generated by the Auto Environment Attributes feature.

8.0.0

25 Aug 23:01
Compare
Choose a tag to compare

[8.0.0] - 2023-08-25

Added:

  • Added Automatic Mobile Environment Attributes functionality which makes it simpler to target your mobile customers based on application name or version, or on device characteristics including manufacturer, model, operating system, locale, and so on. To learn more, read Automatic environment attributes.
  • Support for RN 0.72.

Removed

7.1.8

21 Aug 21:59
Compare
Choose a tag to compare

[7.1.8] - 2023-08-21

Fixed:

  • In iOS the defaultValue argument types for numberVariation and numberVariationDetail were incorrect so defaultValues were not being passed correctly to the iOS SDK. This affected only iOS the Android counterpart is unaffected.

7.1.7

16 Aug 03:02
Compare
Choose a tag to compare

[7.1.7] - 2023-08-15

Fixed:

  • On Android there was a bug where application tags are not being passed correctly to the Android SDK. This affected only Android, the iOS counterpart is unaffected.

7.1.6

22 Jun 21:06
Compare
Choose a tag to compare

[7.1.6] - 2023-06-22

Fixed:

  • Fix #160 null pointer exceptions on getLastSuccessfulConnection and getLastFailedConnection

7.1.5

07 Jun 19:35
Compare
Choose a tag to compare

[7.1.5] - 2023-06-07

Fixed:

  • Flag listeners are now called correctly after identify results in flag value changes.

7.1.4

06 Apr 23:15
Compare
Choose a tag to compare

[7.1.4] - 2023-04-06

Changed:

  • Bumped js-sdk-common to 5.0.3 to allow context key to be optional.