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

Commit d13fff8

Browse files
LaunchDarklyReleaseBotember-stevensyusintoLaunchDarklyReleaseBotdependabot[bot]
authored
prepare 9.4.0 release (#269)
## [9.4.0] - 2024-10-25 ### Changed: - Updates underlying iOS SDK to 9.11.0 and Android SDK to 5.4.0 to incorporate latest functionality. For more details see [iOS release notes](https://github.com/launchdarkly/ios-client-sdk/releases) and [Android release notes](https://github.com/launchdarkly/android-client-sdk/releases) --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Ember Stevens <[email protected]> Co-authored-by: Ember Stevens <[email protected]> Co-authored-by: Yusinto Ngadiman <[email protected]> Co-authored-by: Yusinto Ngadiman <[email protected]> Co-authored-by: LaunchDarklyReleaseBot <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: tanderson-ld <[email protected]> Co-authored-by: Louis Chan <[email protected]> Co-authored-by: Louis Chan <[email protected]>
1 parent a0b1833 commit d13fff8

File tree

8 files changed

+3719
-4265
lines changed

8 files changed

+3719
-4265
lines changed

ManualTestApp/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ PODS:
7373
- hermes-engine/Pre-built (0.73.4)
7474
- LaunchDarkly (9.8.2):
7575
- LaunchDarkly/Core (= 9.8.2)
76-
- launchdarkly-react-native-client-sdk (9.2.0):
76+
- launchdarkly-react-native-client-sdk (9.3.0):
7777
- LaunchDarkly (= 9.8.2)
7878
- React-Core
7979
- LaunchDarkly/Core (9.8.2):
@@ -1340,7 +1340,7 @@ SPEC CHECKSUMS:
13401340
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
13411341
hermes-engine: b2669ce35fc4ac14f523b307aff8896799829fe2
13421342
LaunchDarkly: 07bba0910bffe00d5d6200a1e4ad111bfc4ae673
1343-
launchdarkly-react-native-client-sdk: da61e3deda2e3f3959ce9444dc17acd039824b5e
1343+
launchdarkly-react-native-client-sdk: 1e5ad1e0a6f7826472ff705626fec9c064488c26
13441344
LDSwiftEventSource: b0826ca826ca890609a9833a05cae1f357fd3b99
13451345
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
13461346
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c

ManualTestApp/yarn.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3511,9 +3511,9 @@ fast-levenshtein@^2.0.6:
35113511
integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==
35123512

35133513
fast-xml-parser@^4.0.12, fast-xml-parser@^4.2.4:
3514-
version "4.3.2"
3515-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.3.2.tgz#761e641260706d6e13251c4ef8e3f5694d4b0d79"
3516-
integrity sha512-rmrXUXwbJedoXkStenj1kkljNF7ugn5ZjR9FJcwmCfcCbtOMDghPajbc+Tck6vE6F5XsDmx+Pr2le9fw8+pXBg==
3514+
version "4.4.1"
3515+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz#86dbf3f18edf8739326447bcaac31b4ae7f6514f"
3516+
integrity sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==
35173517
dependencies:
35183518
strnum "^1.0.5"
35193519

@@ -4791,8 +4791,10 @@ [email protected]:
47914791
fast-deep-equal "^2.0.1"
47924792
uuid "^8.0.0"
47934793

4794-
"launchdarkly-react-native-client-sdk@file:..":
4795-
version "9.2.0"
4794+
launchdarkly-react-native-client-sdk@^9.0.0:
4795+
version "9.3.0"
4796+
resolved "https://registry.yarnpkg.com/launchdarkly-react-native-client-sdk/-/launchdarkly-react-native-client-sdk-9.3.0.tgz#35e588ac04f2d11aa936d9c7a9d308af59c3dbc4"
4797+
integrity sha512-gepxgpm3TiATiW/dloKRzjV7czNz3hAvRZ3Y2ZdxOsFVxpCaMcYyxRq1lw6aYY+0varQumv/2i2RDIHIu0/tng==
47964798
dependencies:
47974799
launchdarkly-js-sdk-common "5.0.3"
47984800

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ repositories {
4949
dependencies {
5050
// The version of react-native is set by the React Native Gradle Plugin
5151
implementation("com.facebook.react:react-android:0.72.7")
52-
implementation("com.launchdarkly:launchdarkly-android-client-sdk:5.0.2")
52+
implementation("com.launchdarkly:launchdarkly-android-client-sdk:5.4.0")
5353
implementation("com.jakewharton.timber:timber:5.0.1")
5454
implementation("com.google.code.gson:gson:2.10.1")
5555

ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ target 'LaunchdarklyReactNativeClient' do
1616
react_native_post_install(installer)
1717
end
1818

19-
pod 'LaunchDarkly', '9.8.2'
19+
pod 'LaunchDarkly', '9.11.0'
2020

2121
target 'Tests' do
2222
inherit! :complete

ios/Podfile.lock

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
PODS:
22
- boost (1.83.0)
3+
- DataCompression (3.8.0)
34
- DoubleConversion (1.1.6)
45
- FBLazyVector (0.73.2)
56
- FBReactNativeSpec (0.73.2):
@@ -11,9 +12,10 @@ PODS:
1112
- ReactCommon/turbomodule/core (= 0.73.2)
1213
- fmt (6.2.1)
1314
- glog (0.3.5)
14-
- LaunchDarkly (9.8.2):
15-
- LaunchDarkly/Core (= 9.8.2)
16-
- LaunchDarkly/Core (9.8.2):
15+
- LaunchDarkly (9.11.0):
16+
- LaunchDarkly/Core (= 9.11.0)
17+
- LaunchDarkly/Core (9.11.0):
18+
- DataCompression (= 3.8.0)
1719
- LDSwiftEventSource (= 3.3.0)
1820
- LDSwiftEventSource (3.3.0)
1921
- RCT-Folly (2022.05.16.00):
@@ -1029,7 +1031,7 @@ DEPENDENCIES:
10291031
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
10301032
- FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`)
10311033
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
1032-
- LaunchDarkly (= 9.8.2)
1034+
- LaunchDarkly (= 9.11.0)
10331035
- RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
10341036
- RCT-Folly/Fabric (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
10351037
- RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
@@ -1077,6 +1079,7 @@ DEPENDENCIES:
10771079

10781080
SPEC REPOS:
10791081
trunk:
1082+
- DataCompression
10801083
- fmt
10811084
- LaunchDarkly
10821085
- LDSwiftEventSource
@@ -1180,12 +1183,13 @@ EXTERNAL SOURCES:
11801183

11811184
SPEC CHECKSUMS:
11821185
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
1186+
DataCompression: 630f9e7db6360b4d8929fb72fbd23689ca43bc16
11831187
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
11841188
FBLazyVector: fbc4957d9aa695250b55d879c1d86f79d7e69ab4
11851189
FBReactNativeSpec: 86de768f89901ef6ed3207cd686362189d64ac88
11861190
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
11871191
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
1188-
LaunchDarkly: 07bba0910bffe00d5d6200a1e4ad111bfc4ae673
1192+
LaunchDarkly: a208f1d3f7c80fe5520df64243b32ea28f225bf2
11891193
LDSwiftEventSource: b0826ca826ca890609a9833a05cae1f357fd3b99
11901194
RCT-Folly: 7169b2b1c44399c76a47b5deaaba715eeeb476c0
11911195
RCTRequired: 9b1e7e262745fb671e33c51c1078d093bd30e322
@@ -1231,6 +1235,6 @@ SPEC CHECKSUMS:
12311235
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
12321236
Yoga: 13c8ef87792450193e117976337b8527b49e8c03
12331237

1234-
PODFILE CHECKSUM: e0afe198c3bd5ebbc04644c2b1c9baa50a1d1376
1238+
PODFILE CHECKSUM: f3abfd7dd16a6bd7ecf905c851bcbc891ca8e311
12351239

12361240
COCOAPODS: 1.15.2

launchdarkly-react-native-client-sdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ Pod::Spec.new do |s|
1515
s.swift_version = "5.0"
1616

1717
s.dependency "React-Core"
18-
s.dependency "LaunchDarkly", "9.8.2"
18+
s.dependency "LaunchDarkly", "9.11.0"
1919

2020
end

package-lock.json

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

0 commit comments

Comments
 (0)