Releases: Mastercard/client-encryption-python
Releases · Mastercard/client-encryption-python
v1.21.1
v1.21.0
- Handle use case where response body is empty
v1.20.0
Maintenance release
- removes the dependency from PyOpenSSL
- movies certificate management to cryptography library
- adds extra tests
v1.9.0
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
Updated pyOpenSSL version to >=22.1.0,<=23.2.0
v1.7.0
Added support for openapi generator 6
v1.6.0
- Added support for AES GCM 128 & 192 decryption method
v1.5.0
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
- Fixing a bug where unprintable characters were causing an issue decrypting payloads
v1.3.0
Introducing JWE support for Mastercard APIs