@prelude.so/react-native-sdk 0.3.4 → 0.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  Prelude React Native SDK Change Log
4
4
 
5
+ ## [0.3.6] - 2026-01-29
6
+
7
+ - Update native Android SDK to version 0.3.0. It includes improvements in carrier-specific settings for SNA, native libraries handling and obfuscation settings.
8
+
9
+ ## [0.3.5] - 2026-01-22
10
+
11
+ - Update native Android SDK to version 0.2.5. Adds network-bound DNS resolver for improved Silent Network Authentication (SNA) reliability.
12
+
5
13
  ## [0.3.4] - 2025-12-17
6
14
  - Expose `max_retries` argument to allow for customizing the number of automatic retries for network requests
7
15
  - Update native components to Android version 0.2.4 and iOS version 0.2.5. New defaults for timeouts and retries included
@@ -1,7 +1,7 @@
1
1
  apply plugin: 'com.android.library'
2
2
 
3
3
  group = 'so.prelude.reactnative.sdk'
4
- version = '0.2.4'
4
+ version = '0.2.5'
5
5
 
6
6
  def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
7
7
  apply from: expoModulesCorePlugin
@@ -44,5 +44,5 @@ android {
44
44
 
45
45
  dependencies {
46
46
  compileOnly('com.squareup.okhttp3:okhttp:4.12.0')
47
- implementation('so.prelude.android:sdk:0.2.4')
47
+ implementation('so.prelude.android:sdk:0.3.0')
48
48
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prelude.so/react-native-sdk",
3
- "version": "0.3.4",
3
+ "version": "0.3.6",
4
4
  "description": "Prelude SDK for React Native",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",