Skip to content

Releases: TankerHQ/sdk-rust

v2.20.0

28 Jul 15:40
Compare
Choose a tag to compare

v2.19.0

20 Jul 17:07
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fixed a bug on mobile platforms: c_char signedness is non-portable

v2.16.1

28 Jun 15:59
Compare
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
Compare
Choose a tag to compare
  • Add forward compatibility for public provisional identities containing hashed email addresses

v2.15.0

11 Jun 13:43
Compare
Choose a tag to compare
  • Improve error handling on unknown local storage

v2.14.0

31 May 10:24
Compare
Choose a tag to compare
  • Add forward compatibility, this version can process group member removals (but not trigger them yet).