Skip to content

Commit b7dca03

Browse files
authored
Update CHANGELOG.md
1 parent 0d2fa8b commit b7dca03

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
132
# freeRASP 1.1.0
233

334
We are proud to share with you the first batch of improvements of freeRASP!

0 commit comments

Comments
 (0)