Releases: TankerHQ/sdk-react-native
Releases · TankerHQ/sdk-react-native
v2.26.0
v2.25.0
Local storage
- API breakage:
Tanker
's constructor'swritablePath
has been replaced bypersistentPath
andcachePath
. They allow separating permanent device keys from the cache. - Upgrading to this version will force a verification on all devices.
- This version uses Android's
SQLiteDatabase
and iOS's sqlite3 to implement the device local storage. This results in a size reduction of the SDK.
Misc improvements
- Improved error reporting when using invalid identities.
- Tanker's state is now
Stopped
after aConflict
onverifyIdentity
.
v2.24.0
Pre-verified verification methods
It is now possible to use pre-verified verification methods with setVerificationMethod, see the dedicated guide.
Error Handling
- Correctly throw
PreconditionFailed
instead ofInternalError
when using 2FA without activating the feature beforehand.
v2.23.0
v2.22.0
v2.21.0
v2.20.0
- It is now possible to remove users from groups with updateGroupMembers
v2.19.0
- Local storage upgrade. It is not possible to downgrade to version 2.18.* or below
Performance improvements
Add a cache in local storage for group keys. Reducing number of requests to Tanker's backend.
This makes sharing data with a group faster if the group's keys are in the cache.