Skip to content

Releases: Mastercard/client-encryption-python

v1.23.3

Choose a tag to compare

@cormacdalton cormacdalton released this 04 Dec 13:48
9b963b7

What's Changed

Full Changelog: v1.23.2...v1.23.3

v1.23.2

Choose a tag to compare

@danny-gallagher danny-gallagher released this 27 Nov 13:32
9b7fd6c

[Adding support for the OpenAPI Generator 7+
The OpenAPI Generator has dropped support for the 'python' library and replaced it with 'python-nextgen'. Release notes can be found here
We must update our interceptor to account for this change.

NOTE This will break backwards compatibility](#45)

v1.21.1

Choose a tag to compare

@danny-gallagher danny-gallagher released this 05 Jul 11:10
d26a1cd
  • Handle use case where response body is empty for JWE

v1.21.0

Choose a tag to compare

@danny-gallagher danny-gallagher released this 28 Jun 13:18
7e2eaa0
  • Handle use case where response body is empty

v1.20.0

Choose a tag to compare

@karen-avetisyan-mc karen-avetisyan-mc released this 21 Feb 18:03

Maintenance release

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

v1.9.0

Choose a tag to compare

@danny-gallagher danny-gallagher released this 20 Feb 13:30

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

Choose a tag to compare

@ShimonaR-MC ShimonaR-MC released this 03 Nov 16:24
824cc88

Updated pyOpenSSL version to >=22.1.0,<=23.2.0

v1.7.0

Choose a tag to compare

@joseph-neeraj joseph-neeraj released this 03 Oct 10:28
51aeeab

Added support for openapi generator 6

v1.6.0

Choose a tag to compare

@danny-gallagher danny-gallagher released this 24 Jan 15:37
  • Added support for AES GCM 128 & 192 decryption method

v1.5.0

Choose a tag to compare

@Akshaykdubey Akshaykdubey released this 28 Sep 11:07

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