@@ -5,6 +5,55 @@ 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.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
0 commit comments