You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,36 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [8.0.0] - 2025-10-20
9
+
- Android SDK version: 17.0.0
10
+
- iOS SDK version: 6.13.0
11
+
12
+
### Flutter
13
+
14
+
#### Added
15
+
- ❗️BREAKING API CHANGE: Added `killOnBypass` to `TalsecConfig` that configures if the app should be terminated when the threat callbacks are suppressed/hooked by an attacker [Issue 65](https://github.com/talsec/Free-RASP-Android/issues/65)
16
+
- ❗️BREAKING API CHANGE: Added `onTimeSpoofing` callback to `ThreatCallback` for handling `Threat.timeSpoofing` threat (Android only)
17
+
- We are introducing a new capability, detecting whether the device time has been tampered with
18
+
- ❗️BREAKING API CHANGE: Added `onLocationSpoofing` callback to `ThreatCallback` for handling `Threat.locationSpoofing` threat (Android only)
19
+
- We are introducing a new capability, detecting whether the location is being spoofed on the device.
20
+
- ❗️BREAKING API CHANGE: Added `onUnsecureWifi` callback to `ThreatCallback` for handling `Threat.unsecureWifi` threat (Android only)
21
+
- We are introducing a new capability, detecting whether the device is connected to an unsecured Wi-Fi network.
22
+
- ❗️BREAKING API CHANGE: Added `onAllChecksDone` callback to new `RaspExecutionStateCallback`
23
+
- We are introducing a new callback that notifies when all security checks have been completed.
24
+
25
+
### Android
26
+
27
+
#### Removed
28
+
- Removed deprecated functionality `Pbkdf2Native` and both related native libraries (`libpbkdf2_native.so` and `libpolarssl.so`)
0 commit comments