File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
9191if (isNewArchitectureEnabled()) {
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments