Releases: TankerHQ/sdk-rust
Releases · TankerHQ/sdk-rust
v2.20.0
- API breakage: the update_group_members function has changed signature
- It is now possible to remove users from groups with update_group_members
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.
v2.18.1
v2.18.0
v2.17.0
Phone number verification
We added a new verification method, based on a phone number. To use this verification method, an SMS containing a verification code will be sent to the given phone number. See the dedicated guide and the new SMS verification HTTP route.
Note that provisional identities using phone numbers are not available yet, but will be in a future release.