Skip to content

Commit b0f5936

Browse files
committed
chore(release): freeRASP 3.9.0
1 parent 23cad08 commit b0f5936

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,42 @@ 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+
## [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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)