Skip to content

Releases: Mastercard/client-encryption-python

v1.21.1

05 Jul 11:10
d26a1cd
Compare
Choose a tag to compare
  • Handle use case where response body is empty for JWE

v1.21.0

28 Jun 13:18
7e2eaa0
Compare
Choose a tag to compare
  • Handle use case where response body is empty

v1.20.0

21 Feb 18:03
Compare
Choose a tag to compare

Maintenance release

  • removes the dependency from PyOpenSSL
  • movies certificate management to cryptography library
  • adds extra tests

v1.9.0

20 Feb 13:30
Compare
Choose a tag to compare

There has been a recent vulnerability found in Cryptography 41.0.0 which requires an upgrade to at least 42.0.0. The current release will update our library to use the required version of the library and will remove deprecated methods and libraries

v1.8.0

03 Nov 16:24
824cc88
Compare
Choose a tag to compare

Updated pyOpenSSL version to >=22.1.0,<=23.2.0

v1.7.0

03 Oct 10:28
51aeeab
Compare
Choose a tag to compare

Added support for openapi generator 6

v1.6.0

24 Jan 15:37
Compare
Choose a tag to compare
  • Added support for AES GCM 128 & 192 decryption method

v1.5.0

28 Sep 11:07
Compare
Choose a tag to compare

What's Changed

  • Support for array payload by @Akshaykdubey in #14
  • Bumping version of cryptography and pyOpenSSL

Full Changelog: v1.4.0...v1.5.0

v1.4.0

29 Jun 14:17
Compare
Choose a tag to compare
  • Fixing a bug where unprintable characters were causing an issue decrypting payloads

v1.3.0

11 May 13:32
d9f438f
Compare
Choose a tag to compare

Introducing JWE support for Mastercard APIs