Skip to content

Commit c84821b

Browse files
committed
chore: update CHANGELOG
1 parent 68160fa commit c84821b

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,36 @@ 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+
## [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`)
29+
30+
#### Changed
31+
- Updated internal dependencies
32+
33+
### iOS
34+
35+
#### Changed
36+
- Updated internal dependencies
37+
838
## [7.2.2] - 2025-10-09
939
- iOS SDK version: 6.12.1
1040
- Android SDK version: 16.0.1

0 commit comments

Comments
 (0)