Skip to content

Releases: talsec/Free-RASP-ReactNative

freeRASP 3.6.1

20 Feb 14:52
d0fe150

Choose a tag to compare

  • 📄 Documentation updates

iOS

  • ⚡ Fixed bug that caused app being killed in specific situations (#42)

freeRASP 3.6.0

08 Jan 15:25
4fe3a34

Choose a tag to compare

freeRASP 3.6.0

  • ⚠️ Updated the talsecStart() method to return Promise<string>. If freeRASP starts successfuly, the method will return freeRASP started string. There are not any changes of the interface if you are using the provided useFreeRasp hook.
  • ⚡ Improved the message passing between native iOS/Android and React Native sides
  • ✔️ Restricted message passing to valid callbacks only. If an invalid callback is received, the SDK will kill the app
  • ⚡ Improved reaction obfuscation
  • 📄 Documentation updates

Android

  • ⚡ Fixed ProviderException which could be occassionally triggered
  • ⚡ Fixed bug causing incompatibility with some versions of React Native (#38)

iOS

  • ❗ Raised supported Xcode version to 14.3.1
  • ⚡ Improved SDK obfuscation

freeRASP 3.4.0

25 Sep 14:08
f4844e3

Choose a tag to compare

freeRASP 3.4.0

  • 📄 Documentation updates and improvements

Android

  • ✔️ updated CA bundle for logging pinning
  • ✔️ added error logging of network issues within the logging process
  • ✔️ added retry politics for logging
  • ⚡ fixed issue with DeadObjectException on Android 5 and 6 caused by excessive PackageManager.queryIntentActivities() usage
  • ⚡ improved root detection capabilities

freeRASP 3.3.1

21 Aug 12:56
ff17f14

Choose a tag to compare

iOS

  • ⚡ Fixed issue with duplicate headers that caused Multiple commands produce ... error (#11, #26)

freeRASP 3.3.0

04 Aug 08:37
9965189

Choose a tag to compare

Android

  • ✔️ Removed PolarSSL native library
  • ✔️ Fixed issue with denied USE_BIOMETRICS permission

freeRASP 3.2.0

03 Aug 07:51
369516a

Choose a tag to compare

Android

  • ✔️ Added support for AGP 8.0

freeRASP 3.1.0

05 Jul 11:42
804d3e1

Choose a tag to compare

freeRASP 3.1.0

Android

iOS

  • ⚡ Reduced timeout period for logging from 20 sec to 5 sec
  • ⚡ Logging is now async in all calls

freeRASP 3.0.0

15 Jun 14:31
995a83d

Choose a tag to compare

freeRASP 3.0.0

Android

  • ❗ BREAKING CHANGE: Raised minimum supported Android version to 6.0 (API level 23)
  • ✔️ Removed deprecated BouncyCastle dependency that could cause errors in the build phase
  • ✔️ Fixed issue that could cause NullPointerException
  • 🆕 Added new obfuscationIssues check, which is triggered when freeRASP doesn't detect any obfuscation of the source code

iOS

  • ⚠️ passcodeChange check has been deprecated
  • 🛠️ Refactored the code base

freeRASP 2.0.3

30 May 13:47
9367326

Choose a tag to compare

iOS

  • ✔️ Fixed issue with metadata in iOS framework

  • 📄 Documentation updates and improvements

freeRASP 2.0.2

25 May 11:35

Choose a tag to compare

  • 📄 Documentation updates and improvements