Skip to content

Releases: TankerHQ/sdk-python

v4.1.0

09 Jan 14:31
Compare
Choose a tag to compare

This is a maintenance release, there are no external changes.

v4.0.0

20 Sep 12:54
Compare
Choose a tag to compare

This release is strictly speaking a semver break, but does not introduce any major API changes.

  • The OIDCIDTokenVerificationMethod objects
    now contain the provider_id and provider_display_name methods, corresponding to the verification method's OIDC provider.

v3.3.2

04 Aug 16:56
Compare
Choose a tag to compare
  • Limit maximum number of resource IDs * recipients to 100 in a single call to share

v3.3.1

22 May 13:16
Compare
Choose a tag to compare
  • Upgrade to Python 3.11, dropping support for Python 3.10

v3.3.0

03 Mar 14:26
Compare
Choose a tag to compare
  • Add support for SDK downgrade between compatible versions even in case of changes to the local storage schema, see manage sdk versions for more details
  • Drop support for Python versions 3.7, 3.8, 3.9, and 3.11. Only 3.10 is now officially supported
  • Drop support for Windows

v3.2.1

15 Feb 10:52
Compare
Choose a tag to compare
  • Improve error messages for decrypt, decrypt_stream and get_resource_id when the given encrypted data is empty. Note that decrypt and decrypt_stream will throw an INVALID_ARGUMENT error when that happens, not a DECRYPTION_FAILED.
  • Downgrade severity for logs related to internal storage and HTTP requests from Info to Debug
  • Dependency upgrades

v3.1.1

29 Nov 16:24
Compare
Choose a tag to compare

v3.1.0

22 Nov 13:36
Compare
Choose a tag to compare

This release adds forward compatibility for decrypting and sharing the upcoming "transparent session" encryption formats.

v3.2.0

19 Dec 15:58
Compare
Choose a tag to compare

This release enable the new "transparent session" encryption formats by default.

These formats optimize resource key usage. Encryption for the same recipients will reuse the same key for several hours.
As a result, performance of encrypt and decrypt operations should be improved, due to less network requests.

v3.0.2

07 Nov 09:04
Compare
Choose a tag to compare

There are no new features or externally visible changes in this version of the SDK. This release includes fixes for the HIGH-severity OpenSSL advisories from November 1st (CVE-2022-3786 and CVE-2022-3602).