Skip to content

Releases: TankerHQ/sdk-react-native

v2.17.0

01 Jul 16:27
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.0

25 Jun 11:32
Compare
Choose a tag to compare
  • Add forward compatibility for public provisional identities containing hashed email addresses

v2.15.0

11 Jun 13:42
Compare
Choose a tag to compare
  • Improve error handling on unknown local storage
  • iOS: The SDK does not run on the main queue anymore

v2.14.1

10 Jun 15:35
Compare
Choose a tag to compare
  • Fix a crash, see this issue for more information

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).

v2.13.0

20 May 14:04
Compare
Choose a tag to compare
  • Introduce the IdentityAlreadyAttached error: this error occurs when a provisional identity is used instead of the permanent one it was attached to.
  • API breakage: attachProvisionalIdentity() and verifyProvisionalIdentity() now throw an IdentityAlreadyAttached error instead of an InvalidArgument when given a provisional identity aleady attached to a permanent one.

v2.12.1

20 May 14:05
Compare
Choose a tag to compare

First stable version of the React Native client SDK