Skip to content

Releases: evervault/evervault-python

v5.0.0

19 Jun 12:19
18a6e43

Choose a tag to compare

Major Changes

  • 0698497: - Deprecation of support for python versions 3.8 and 3.9.

    Migration from 4.x

    • Python version must be >= python 3.10.
    • There are no breaking API changes in the major release.

v4.4.3

11 Jun 14:55
587cef6

Choose a tag to compare

Patch Changes

  • 61821bd: Bumping requests from 2.32.2 to 2.32.4

v4.4.2

08 Apr 13:21
fa665d9

Choose a tag to compare

Patch Changes

  • a748597: Update Evervault attestation dependency

v4.4.1

28 Feb 14:05
7f09cdd

Choose a tag to compare

Patch Changes

  • fc76541: Bumping cryptography lib to > 43

v4.4.0

06 Jun 11:14
d3da187

Choose a tag to compare

Minor Changes

  • 5f80802: Update requests dependency version to >= 2.32.2 to migrate away from deprecated get_connection function in custom HTTPAdapters.

v4.3.1

14 May 16:24
7c48870

Choose a tag to compare

Patch Changes

  • 63932e8: remove data policies from file encryption

v4.3.0

19 Apr 16:35
ed2a9a4

Choose a tag to compare

Minor Changes

Patch Changes

  • 1e72fdd: Make timeout configurable
  • 55e102d: Fix crypto deprecation warning for EllipticCurve class instances

v4.2.0

12 Mar 18:33
56510e3

Choose a tag to compare

Minor Changes

  • c636566: Add async Function run support

v4.1.1

07 Feb 09:59
f4855a1

Choose a tag to compare

Patch Changes

  • 762c04f: Bump Python cryptography to 42.0.0

v4.1.0

10 Jan 13:34
23b0a3f

Choose a tag to compare

Minor Changes

  • 8eba1ce: Added attestable_enclave_session() function to create an attestable request session with an Evervault Enclave. The attestable_cage_session() has been marked as deprecated as it will be removed in future versions of the SDK.