Skip to content

Releases: TankerHQ/sdk-python

v2.10.1

19 Mar 13:59
Compare
Choose a tag to compare
  • Fix occasional network error

v2.10.0

02 Mar 16:10
Compare
Choose a tag to compare
  • Faster operations on users and devices (identity registration, identity verification, share with users, etc.)

v2.9.2

23 Feb 18:21
Compare
Choose a tag to compare
  • Fix performance issue on group operations

v2.9.1

17 Feb 17:49
Compare
Choose a tag to compare
  • Fix potential error when encrypting and sharing with our own public identity

v2.9.0

04 Feb 10:36
Compare
Choose a tag to compare

v2.8.0

29 Jan 17:34
Compare
Choose a tag to compare

Core

  • Faster operations on existing groups (share with group, group updates...)
  • Fix error when passing duplicated resource IDs to the share method
  • Deprecate the revoke_device
  • Throw UPGRADE_REQUIRED error when the Core SDK version used is not supported anymore
  • Drop backward compatibility with no longer supported Core SDK versions < 2.4.0
  • Add recovery when detecting unexpected cases of corrupted local data: the session is automatically stopped and the corrupted local data is wiped from the device. It is safe to start a new session and proceed to a new identity verification
  • Fix some occasional errors in networking code

v2.7.0

15 Jan 15:11
Compare
Choose a tag to compare
  • Add forward compatibility for an upcoming feature that will allow removing users from groups
  • Add a new error code: UPGRADE_REQUIRED
  • Various internal improvements and optimizations

v2.6.6

16 Dec 09:16
Compare
Choose a tag to compare

Add support for Python 3.7 and Python 3.9 for macOS

v2.6.5

19 Nov 13:41
Compare
Choose a tag to compare
  • Release compatible with macOS Big Sur

v2.6.4

10 Nov 16:25
Compare
Choose a tag to compare

First stable version of the Python client SDK