File tree Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,42 @@ 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+ ## [ 3.9.0] - 2024-09-25
9+
10+ - Android SDK version: 11.1.0
11+ - iOS SDK version: 6.6.0
12+
13+ ### React Native
14+
15+ #### Fixed
16+
17+ - Fixed incorrect path to types
18+
19+ ### Android
20+
21+ #### Fixed
22+
23+ - Fixed native crashes (SEGFAULT errors) in ` ifpip ` method
24+ - Fixed collision for command line tools (like ping) invoked without absolute path
25+
26+ #### Changed
27+
28+ - ❗️Breaking: Changed the way TalsecConfig is created, we introduced a Builder pattern to make the process more streamlined and readable
29+ - Updated OpenSSL to version 3.0.14
30+ - Updated CURL to version 8.8.0
31+ - Refactored fetching the list of installed applications for root and hook detection.
32+
33+ ### iOS
34+
35+ #### Added
36+
37+ - [ Dopamine] ( https://github.com/opa334/Dopamine ) jailbreak detection.
38+
39+ #### Changed
40+
41+ - Updated OpenSSL to version 3.0.14
42+ - Updated CURL to version 8.8.0
43+
844## [ 3.8.2] - 2024-09-02
945
1046### React Native
Original file line number Diff line number Diff line change 11{
22 "name" : " freerasp-react-native" ,
3- "version" : " 3.8.2 " ,
3+ "version" : " 3.9.0 " ,
44 "description" : " React Native plugin for improving app security and threat monitoring on Android and iOS mobile devices." ,
55 "main" : " lib/commonjs/index" ,
66 "module" : " lib/module/index" ,
You can’t perform that action at this time.
0 commit comments