Skip to content

Commit f4844e3

Browse files
authored
Merge pull request #34 from talsec/v3.4.0
chore(release): freeRASP 3.4.0
2 parents 9ba6a2f + 5c06b69 commit f4844e3

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# freeRASP 3.4.0
2+
3+
- 📄 Documentation updates and improvements
4+
5+
### Android
6+
7+
- ✔️ updated CA bundle for logging pinning
8+
- ✔️ added error logging of network issues within the logging process
9+
- ✔️ added retry politics for logging
10+
- ⚡ fixed issue with DeadObjectException on Android 5 and 6 caused by excessive PackageManager.queryIntentActivities() usage
11+
- ⚡ improved root detection capabilities
12+
113
# freeRASP 3.3.1
214

315
### iOS

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ dependencies {
8585
//noinspection GradleDynamicVersion
8686
implementation "com.facebook.react:react-native"
8787
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
88-
implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:8.0.4"
88+
implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:8.3.0"
8989
}
9090

9191
if (isNewArchitectureEnabled()) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "freerasp-react-native",
3-
"version": "3.3.1",
3+
"version": "3.4.0",
44
"description": "React Native plugin for improving app security and threat monitoring on Android and iOS mobile devices.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)