Skip to content

Commit 87ea090

Browse files
committed
release: freeRASP 6.3.0
1 parent c5886c2 commit 87ea090

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# freeRASP 6.3.0
2+
Improved logging of the Android SDK and minor bug fixes
3+
4+
## What's new in 6.2.0?
5+
- 📄 Documentation updates and improvements
6+
- ✔️ updated CA bundle for logging pinning
7+
- ✔️ added error logging of network issues within the logging process
8+
- ✔️ added retry politics for logging
9+
- ⚡ fixed issue with DeadObjectException on Android 5 and 6 caused by excessive PackageManager.queryIntentActivities() usage
10+
- ⚡ improved root detection capabilities
11+
112
# freeRASP 6.2.0
213
Minor fixes and added support for AGP 8.0
314

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ dependencies {
5555
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
5656

5757
// Talsec SDK
58-
implementation 'com.aheaditec.talsec.security:TalsecSecurity-Community-Flutter:8.0.4'
58+
implementation 'com.aheaditec.talsec.security:TalsecSecurity-Community-Flutter:8.3.0'
5959
}

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- freerasp (0.0.1):
3+
- freerasp (1.0.0):
44
- Flutter
55

66
DEPENDENCIES:
@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
1515

1616
SPEC CHECKSUMS:
1717
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
18-
freerasp: 3516f6bd34a4d386ab4a20aa7a5ca8310d5c3a09
18+
freerasp: bb827d80b926abcfb8f4ca4ff4557c2fe4a5ae21
1919

2020
PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3
2121

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
);
244244
runOnlyForDeploymentPostprocessing = 0;
245245
shellPath = /bin/sh;
246-
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
246+
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build\n";
247247
};
248248
FF3206E2BD16BD0071553227 /* [CP] Check Pods Manifest.lock */ = {
249249
isa = PBXShellScriptBuildPhase;

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: freerasp
22
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.
3-
version: 6.2.0
3+
version: 6.3.0
44
homepage: https://www.talsec.app/freerasp-in-app-protection-security-talsec
55
repository: https://github.com/talsec/Free-RASP-Flutter
66

0 commit comments

Comments
 (0)