Skip to content

Releases: TankerHQ/sdk-rust

v2.21.0

20 Aug 14:25

Choose a tag to compare

Phone number verification

The SDK now supports provisional identities based on phone numbers.

See the identity SDKs to create such provisional identities. You can use them just like provisional identities based on email, see the dedicated guide.

v2.20.0

28 Jul 15:40

Choose a tag to compare

v2.19.0

20 Jul 17:07

Choose a tag to compare

  • 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

20 Jul 16:08

Choose a tag to compare

  • Fixed a bug where adding multiple provisional members to a group only added one

v2.18.0

08 Jul 09:45

Choose a tag to compare

Apple M1 support

The Rust SDK now has full support for Apple M1.

v2.17.0

01 Jul 16:28

Choose a tag to compare

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.

v2.16.2

30 Jun 11:17

Choose a tag to compare

  • Fixed a bug on mobile platforms: c_char signedness is non-portable

v2.16.1

28 Jun 15:59

Choose a tag to compare

  • Fixed a bug that could result in link errors when another dependency was using libstdc++

v2.16.0

25 Jun 11:33

Choose a tag to compare

  • Add forward compatibility for public provisional identities containing hashed email addresses

v2.15.0

11 Jun 13:43

Choose a tag to compare

  • Improve error handling on unknown local storage