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
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,34 @@
1
+
# freeRASP 2.0.0
2
+
3
+
## What's new?
4
+
5
+
Most of the changes relates to accomodating a new way of choosing between the dev and release version of the SDK. There are also some breaking changes in the API, such as renaming parameters and changing types of callbacks. Android has also removed the HMS dependencies and improved the root detection capabilities.
6
+
7
+
### JS/TS interface
8
+
- ❗ BREAKING API CHANGE: Renamed **'device binding'** to **deviceBinding**
9
+
- ❗ This allows us to remove apostrophes from other callbacks, too. E.g. **'privilegedAccess'** to **privilegedAccess**
10
+
- ❗ Added **isProd** boolean parameter, which now differentiates between the release (true) and dev (false) version of the SDK. By default set to **true**
11
+
- ❗ **androidConfig** and **iosConfig** are from now on optionals, you can omit a platform if you are not developing for it
12
+
13
+
### Android
14
+
15
+
- ❗ Removed the HMS dependencies
16
+
- ❗ Only one version of the SDK is used from now on, instead of two separate for dev and release
17
+
- ❗ The app's build.gradle does not have to be modified now
18
+
- ⚡ Improved root detection accuracy by moving the 'ro.debuggable' property state to an ignored group
19
+
- ⚡ Enhanced root detection capabilities by moving the selinux properties check to device state
20
+
- ⚡ Fine-tuning root evaluation strategy
21
+
22
+
### iOS
23
+
- ❗ Removed one of the xcframeworks
24
+
- ❗ Removed the dependency on the symlinks choosing the proper version (release/dev)
25
+
- ❗️ Removed pre-built script for changing the Debug and Release versions
26
+
27
+
### Other improvements
28
+
29
+
- 📄 Documentation updates and improvements
30
+
- ⚡ Updated demo app for new implementation
31
+
1
32
# freeRASP 1.1.0
2
33
3
34
We are proud to share with you the first batch of improvements of freeRASP!
0 commit comments