diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f38afd..2c1e441 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# freeRASP 6.3.0 +Improved logging of the Android SDK and minor bug fixes + +## What's new in 6.2.0? +- 📄 Documentation updates and improvements +- ✔️ updated CA bundle for logging pinning +- ✔️ added error logging of network issues within the logging process +- ✔️ added retry politics for logging +- ⚡ fixed issue with DeadObjectException on Android 5 and 6 caused by excessive PackageManager.queryIntentActivities() usage +- ⚡ improved root detection capabilities + # freeRASP 6.2.0 Minor fixes and added support for AGP 8.0 diff --git a/android/build.gradle b/android/build.gradle index e4df32d..528dec0 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -55,5 +55,5 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" // Talsec SDK - implementation 'com.aheaditec.talsec.security:TalsecSecurity-Community-Flutter:8.0.4' + implementation 'com.aheaditec.talsec.security:TalsecSecurity-Community-Flutter:8.3.0' } diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 4ed9516..090e44e 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,6 +1,6 @@ PODS: - Flutter (1.0.0) - - freerasp (0.0.1): + - freerasp (1.0.0): - Flutter DEPENDENCIES: @@ -15,7 +15,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 - freerasp: 3516f6bd34a4d386ab4a20aa7a5ca8310d5c3a09 + freerasp: bb827d80b926abcfb8f4ca4ff4557c2fe4a5ae21 PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3 diff --git a/example/ios/Runner.xcodeproj/project.pbxproj b/example/ios/Runner.xcodeproj/project.pbxproj index d0a2200..0f4a886 100644 --- a/example/ios/Runner.xcodeproj/project.pbxproj +++ b/example/ios/Runner.xcodeproj/project.pbxproj @@ -243,7 +243,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build"; + shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build\n"; }; FF3206E2BD16BD0071553227 /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; diff --git a/pubspec.yaml b/pubspec.yaml index 5acc815..a1fe264 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: freerasp description: Flutter library for improving app security and threat monitoring on Android and iOS mobile devices. Learn more about provided features on the freeRASP's homepage first. -version: 6.2.0 +version: 6.3.0 homepage: https://www.talsec.app/freerasp-in-app-protection-security-talsec repository: https://github.com/talsec/Free-RASP-Flutter