Skip to content

Releases: TankerHQ/sdk-python

v2.18.1

20 Jul 16:06
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:44
Compare
Choose a tag to compare

Apple M1 support

The Python SDK now has full support for Apple M1.

v2.17.0

01 Jul 16:26
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:31
Compare
Choose a tag to compare
  • Add forward compatibility for public provisional identities containing hashed email addresses

v2.15.0

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

v2.14.0

31 May 10:19
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 13:57
Compare
Choose a tag to compare
  • Introduce the IDENTITY_ALREADY_ATTACHED error: this error occurs when a provisional identity is used instead of the permanent one it was attached to.
  • API breakage: attach_provisional_identity() and verify_provisional_identity() now throw an IDENTITY_ALREADY_ATTACHED error instead of an INVALID_ARGUMENT when given a provisional identity aleady attached to a permanent one.

v2.12.1

05 May 15:19
Compare
Choose a tag to compare
  • Internal improvements

v2.12.0

22 Apr 16:34
Compare
Choose a tag to compare
  • Internal improvements

v2.11.0

31 Mar 17:05
Compare
Choose a tag to compare
  • Introduce session token verification
  • Errors are not of type tankersdk.Error anymore but of a sub-class of that class to facilitate catching of specific errors. tankersdk.Error still contains an error code so as not to break existing error handling code. See the API reference for more information.