- Added compatibility with client code generated using OpenAPI Generator version [5.2.1](https://github.com/OpenAPITools/openapi-generator/releases/tag/v5.2.1)
1.1.2
* Added fix to handle primitive data type decryption at same path level
1.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
1.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.
1.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)
1.0.1
- Adding coverage report to be used in Sonarcloud - Failing tests fixed