Releases: Mastercard/client-encryption-python
Releases · Mastercard/client-encryption-python
v1.3.0
Introducing JWE support for Mastercard APIs
v1.2.0
- Added compatibility with client code generated using OpenAPI Generator version 5.2.1
v1.1.2
- Added fix to handle primitive data type decryption at same path level
v1.1.1
- Fix header containing encryption params: args[4] param when
api_client.call_api
is invoked has the original header
- Fix
cleanup_node
function when in response encrypted node is parent of decrypted target node
- Development status updated to stable
v1.1.0
- It fixes an issue caused by
_preload_content
flag that prevents the auto-generated client code from converting the json response to a string and restoring the original values.
- The encryption decorator layer now applies to
api_client.call_api
instead of api_client.request
in order to accommodate the _preload_content = False
flag setting.
v1.0.2
- Introduced a warning when adding encryption decorator layer without authentication layer. All MC APIs require authentication, so adding encryption without authentication is discouraged (whenever it's still possible)
v1.0.1
- Adding coverage report to be used in Sonarcloud
- Failing tests fixed
v1.0.0
- First client-encryption pre-release