@@ -5,7 +5,43 @@ 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.0.0] - 2024-03-25
8+ ## [ 4.1.0] - 2025-05-15
9+
10+ - iOS SDK version: 6.11.0
11+ - Android SDK version: 15.1.0
12+
13+ ### React Native
14+
15+ #### Added
16+
17+ - Added interface for screenshot / screen recording blocking on iOS
18+ - Added interface for external ID storage
19+
20+ ### Android
21+
22+ #### Added
23+
24+ - Added externalId to put an integrator-specified custom identifier into the logs.
25+ - Added eventId to the logs, which is unique per each log. It allows traceability of the same log across various systems.
26+
27+ #### Changed
28+
29+ - New root detection checks added
30+
31+ ### iOS
32+
33+ ### Added
34+
35+ - Added externalId to put an integrator-specified custom identifier into the logs.
36+ - Added eventId to the logs, which is unique per each log. It allows traceability of the same log across various systems.
37+ - Screen capture protection obscuring app content in screenshots and screen recordings preventing unauthorized content capture. Refer to the freeRASP integration documentation.
38+
39+ #### Fixed
40+
41+ - Resolved an issue with the screen recording detection.
42+ - Resolved an issue that prevented Xcode tests from running correctly.
43+
44+ ## [ 4.0.0] - 2025-03-25
945
1046- iOS SDK version: 6.9.0
1147- Android SDK version: 15.0.0
@@ -28,6 +64,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2864#### Fixed
2965
3066- ANR issues bug-fixing
67+
3168### iOS
3269
3370#### Added
@@ -38,7 +75,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3875
3976- Deep signing of the OpenSSL binaries.
4077
41- ## [ 3.14.1] - 2024 -03-10
78+ ## [ 3.14.1] - 2025 -03-10
4279
4380- iOS SDK version: 6.8.0
4481- Android SDK version: 14.0.1
@@ -49,7 +86,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4986
5087- Take Android targetSdkVersion, compileSdkVersion from plugin only
5188
52- ## [ 3.14.0] - 2024 -03-05
89+ ## [ 3.14.0] - 2025 -03-05
5390
5491- iOS SDK version: 6.8.0
5592- Android SDK version: 14.0.1
0 commit comments