Skip to content

Releases: evervault/evervault-python

v2.0.0

15 Feb 11:41

Choose a tag to compare

Fix

  • Update version of cryptography dependency to remove soundness vulnerability. BREAKING CHANGE: removes support for OpenSSL < 1.1.0, LibreSSL < 3.5, macOS < 10.12 (bbaf58c)

Breaking

  • Update version of cryptography dependency to remove soundness vulnerability. BREAKING CHANGE: removes support for OpenSSL < 1.1.0, LibreSSL < 3.5, macOS < 10.12 (bbaf58c)

v1.7.0

09 Feb 13:34

Choose a tag to compare

Feature

  • cages: Introduce support for cage attestation by exposing a cage request session builder (256d78c)

v1.6.0

03 Feb 11:04

Choose a tag to compare

Feature

  • Support file encryption (42ac534)

v1.5.0

22 Dec 16:22

Choose a tag to compare

Feature

  • Support aiohttp requests for outbound relay (a059aa7)

Fix

  • Remove erroneously included debug print (41ce243)

Documentation

  • Fix link in table (a8345f1)
  • Mention async python in readme (c3f94ef)

v1.4.0

14 Dec 09:27

Choose a tag to compare

Feature

  • Increase frequency at which the Outbound Relay Config cache is refreshed (#80) (3d05c58)

v1.3.3

16 Nov 15:42

Choose a tag to compare

Fix

  • Remove decryption domains from whitelist (#79) (d5af814)

v1.3.2

07 Nov 13:59

Choose a tag to compare

Fix

  • Replace recursive timer call with RepeatedTimer class (#78) (cf22d6c)

v1.3.1

04 Nov 13:31

Choose a tag to compare

Fix

  • Store thread spawing on each call to init (#77) (e5ae0e1)

v1.3.0

27 Oct 10:11

Choose a tag to compare

Feature

  • Poll the Evervault API for relay outbound configuration (#74) (e1cbfb4)

v1.2.1

23 Sep 13:04

Choose a tag to compare

Fix

  • Empty proxies for each request (8d9c6a2)