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

Commit

Permalink
prepare 9.4.0 release (#269)
Browse files Browse the repository at this point in the history
## [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] <support@github.com>
Co-authored-by: Ember Stevens <ember.stevens@launchdarkly.com>
Co-authored-by: Ember Stevens <79482775+ember-stevens@users.noreply.github.com>
Co-authored-by: Yusinto Ngadiman <yusinto@gmail.com>
Co-authored-by: Yusinto Ngadiman <yus@launchdarkly.com>
Co-authored-by: LaunchDarklyReleaseBot <launchdarklyreleasebot@launchdarkly.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: tanderson-ld <127344469+tanderson-ld@users.noreply.github.com>
Co-authored-by: Louis Chan <91093020+louis-launchdarkly@users.noreply.github.com>
Co-authored-by: Louis Chan <lchan@launchdarkly.com>
  • Loading branch information
10 people authored Oct 25, 2024
1 parent a0b1833 commit d13fff8
Show file tree
Hide file tree
Showing 8 changed files with 3,719 additions and 4,265 deletions.
4 changes: 2 additions & 2 deletions ManualTestApp/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ PODS:
- hermes-engine/Pre-built (0.73.4)
- LaunchDarkly (9.8.2):
- LaunchDarkly/Core (= 9.8.2)
- launchdarkly-react-native-client-sdk (9.2.0):
- launchdarkly-react-native-client-sdk (9.3.0):
- LaunchDarkly (= 9.8.2)
- React-Core
- LaunchDarkly/Core (9.8.2):
Expand Down Expand Up @@ -1340,7 +1340,7 @@ SPEC CHECKSUMS:
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
hermes-engine: b2669ce35fc4ac14f523b307aff8896799829fe2
LaunchDarkly: 07bba0910bffe00d5d6200a1e4ad111bfc4ae673
launchdarkly-react-native-client-sdk: da61e3deda2e3f3959ce9444dc17acd039824b5e
launchdarkly-react-native-client-sdk: 1e5ad1e0a6f7826472ff705626fec9c064488c26
LDSwiftEventSource: b0826ca826ca890609a9833a05cae1f357fd3b99
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
Expand Down
12 changes: 7 additions & 5 deletions ManualTestApp/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3511,9 +3511,9 @@ fast-levenshtein@^2.0.6:
integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==

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

Expand Down Expand Up @@ -4791,8 +4791,10 @@ launchdarkly-js-sdk-common@5.0.3:
fast-deep-equal "^2.0.1"
uuid "^8.0.0"

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

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ repositories {
dependencies {
// The version of react-native is set by the React Native Gradle Plugin
implementation("com.facebook.react:react-android:0.72.7")
implementation("com.launchdarkly:launchdarkly-android-client-sdk:5.0.2")
implementation("com.launchdarkly:launchdarkly-android-client-sdk:5.4.0")
implementation("com.jakewharton.timber:timber:5.0.1")
implementation("com.google.code.gson:gson:2.10.1")

Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ target 'LaunchdarklyReactNativeClient' do
react_native_post_install(installer)
end

pod 'LaunchDarkly', '9.8.2'
pod 'LaunchDarkly', '9.11.0'

target 'Tests' do
inherit! :complete
Expand Down
16 changes: 10 additions & 6 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PODS:
- boost (1.83.0)
- DataCompression (3.8.0)
- DoubleConversion (1.1.6)
- FBLazyVector (0.73.2)
- FBReactNativeSpec (0.73.2):
Expand All @@ -11,9 +12,10 @@ PODS:
- ReactCommon/turbomodule/core (= 0.73.2)
- fmt (6.2.1)
- glog (0.3.5)
- LaunchDarkly (9.8.2):
- LaunchDarkly/Core (= 9.8.2)
- LaunchDarkly/Core (9.8.2):
- LaunchDarkly (9.11.0):
- LaunchDarkly/Core (= 9.11.0)
- LaunchDarkly/Core (9.11.0):
- DataCompression (= 3.8.0)
- LDSwiftEventSource (= 3.3.0)
- LDSwiftEventSource (3.3.0)
- RCT-Folly (2022.05.16.00):
Expand Down Expand Up @@ -1029,7 +1031,7 @@ DEPENDENCIES:
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
- FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`)
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
- LaunchDarkly (= 9.8.2)
- LaunchDarkly (= 9.11.0)
- RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
- RCT-Folly/Fabric (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
- RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
Expand Down Expand Up @@ -1077,6 +1079,7 @@ DEPENDENCIES:

SPEC REPOS:
trunk:
- DataCompression
- fmt
- LaunchDarkly
- LDSwiftEventSource
Expand Down Expand Up @@ -1180,12 +1183,13 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
DataCompression: 630f9e7db6360b4d8929fb72fbd23689ca43bc16
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
FBLazyVector: fbc4957d9aa695250b55d879c1d86f79d7e69ab4
FBReactNativeSpec: 86de768f89901ef6ed3207cd686362189d64ac88
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
LaunchDarkly: 07bba0910bffe00d5d6200a1e4ad111bfc4ae673
LaunchDarkly: a208f1d3f7c80fe5520df64243b32ea28f225bf2
LDSwiftEventSource: b0826ca826ca890609a9833a05cae1f357fd3b99
RCT-Folly: 7169b2b1c44399c76a47b5deaaba715eeeb476c0
RCTRequired: 9b1e7e262745fb671e33c51c1078d093bd30e322
Expand Down Expand Up @@ -1231,6 +1235,6 @@ SPEC CHECKSUMS:
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Yoga: 13c8ef87792450193e117976337b8527b49e8c03

PODFILE CHECKSUM: e0afe198c3bd5ebbc04644c2b1c9baa50a1d1376
PODFILE CHECKSUM: f3abfd7dd16a6bd7ecf905c851bcbc891ca8e311

COCOAPODS: 1.15.2
2 changes: 1 addition & 1 deletion launchdarkly-react-native-client-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Pod::Spec.new do |s|
s.swift_version = "5.0"

s.dependency "React-Core"
s.dependency "LaunchDarkly", "9.8.2"
s.dependency "LaunchDarkly", "9.11.0"

end
88 changes: 44 additions & 44 deletions package-lock.json

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

Loading

0 comments on commit d13fff8

Please sign in to comment.