Skip to content

Commit 38d3773

Browse files
committed
fix: changelog + version
1 parent 5b38457 commit 38d3773

File tree

2 files changed

+50
-11
lines changed

2 files changed

+50
-11
lines changed

CHANGELOG.md

Lines changed: 49 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,55 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [4.5.0] - 2026-03-03
9+
10+
- Android SDK version: 18.0.4
11+
- iOS SDK version: 6.14.1
12+
13+
### Flutter
14+
15+
#### Changed
16+
17+
- Updated the internal handling of ExternalIdResult on Android (for `storeExternalId()` method)
18+
19+
### Android
20+
21+
#### Added
22+
23+
- Added support for `KernelSU` to the existing root detection capabilities
24+
- Added support for `HMA` to the existing root detection capabilities
25+
- Added new malware detection capabilities
26+
- Added `onAutomationDetected()` callback to `ThreatDetected` interface
27+
- We are introducing a new capability, detecting whether the device is being automated using tools like Appium
28+
- Added value restrictions to `externalId`
29+
- Method `storeExternalId()` now returns `ExternalIdResult`, which indicates `Success` or `Error` when `externalId` violates restrictions
30+
31+
#### Fixed
32+
33+
- Fixed exception handling for the KeyStore `getEntry` operation
34+
- Fixed issue in `ScreenProtector` concerning the `onScreenRecordingDetected` invocations
35+
- Merged internal shared libraries into a single one, reducing the final APK size
36+
- Fixed bug related to key storing in keystore type detection (hw-backed keystore check)
37+
- Fixed manifest queries merge
38+
39+
#### Changed
40+
41+
- Removed unused library `tmlib`
42+
- Refactoring of signature verification code
43+
- Updated compile and target API to 36
44+
- Improved root detection capabilities
45+
- Detection of wireless ADB added to ADB detections
46+
47+
### iOS
48+
49+
#### Added
50+
51+
- Added time spoofing detection, detecting an inaccurate device clock. It is a new threat `timeSpoofing`.
52+
53+
#### Changed
54+
55+
- Improved jailbreak detection methods.
56+
857
## [4.4.0] - 2026-02-06
958

1059
- Android SDK version: 18.0.1
@@ -54,16 +103,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
54103
- Improved root detection capabilities
55104
- Detection of wireless ADB added to ADB detections
56105

57-
### iOS
58-
59-
#### Added
60-
61-
- Added time spoofing detection, detecting an inaccurate device clock. It is a new threat `timeSpoofing`.
62-
63-
#### Changed
64-
65-
- Improved jailbreak detection methods.
66-
67106
## [4.3.2] - 2026-01-03
68107

69108
- Android SDK version: 17.0.1

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": "4.4.0",
3+
"version": "4.5.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)