@@ -5,7 +5,51 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 4.3.2] - 2025-01-03
8+ ## [ 4.4.0] - 2026-02-06
9+
10+ - Android SDK version: 18.0.1
11+ - iOS SDK version: 6.13.0
12+
13+ ### React Native
14+
15+ #### Added
16+
17+ - Added cache for freeRASP callbacks when listener is not registered with the app
18+ - Added API for ` automation ` callback into ` ThreatEventActions ` (Android only)
19+
20+ #### Fixed
21+
22+ - Prevent multiple registration of the freeRASP listeners on the native side
23+
24+ ### Android
25+
26+ #### Added
27+
28+ - Added support for ` KernelSU ` to the existing root detection capabilities
29+ - Added support for ` HMA ` to the existing root detection capabilities
30+ - Added new malware detection capabilities
31+ - Added ` onAutomationDetected() ` callback to ` ThreatDetected ` interface
32+ - We are introducing a new capability, detecting whether the device is being automated using tools like Appium
33+ - Added value restrictions to ` externalId `
34+ - Method ` storeExternalId() ` now returns ` ExternalIdResult ` , which indicates ` Success ` or ` Error ` when ` externalId ` violates restrictions
35+
36+ #### Fixed
37+
38+ - Fixed exception handling for the KeyStore ` getEntry ` operation
39+ - Fixed issue in ` ScreenProtector ` concerning the ` onScreenRecordingDetected ` invocations
40+ - Merged internal shared libraries into a single one, reducing the final APK size
41+ - Fixed bug related to key storing in keystore type detection (hw-backed keystore check)
42+ - Fixed manifest queries merge
43+
44+ #### Changed
45+
46+ - Removed unused library ` tmlib `
47+ - Refactoring of signature verification code
48+ - Updated compile and target API to 36
49+ - Improved root detection capabilities
50+ - Detection of wireless ADB added to ADB detections
51+
52+ ## [ 4.3.2] - 2026-01-03
953
1054- Android SDK version: 17.0.1
1155- iOS SDK version: 6.13.0
0 commit comments