Releases: Mastercard/client-encryption-java
Releases · Mastercard/client-encryption-java
v1.1.0
- Removed Google Gson hard dependency
- Added support for Jackson, Json-smart, Jettison, and Org JSON
- Added ability to encrypt entire payloads
- Added Encoder and Decoder classes for the "feign" OpenAPI Generator library template
- Updated README.md
v1.0.1
- Fixed an issue with spaces being removed from the JSON content to encrypt
- Added ability to properly decrypt entire payloads
- Fixed array encryption/decryption
- Double quotes are now ignored when encrypting primitive types
- Improved README.md
v1.0.0
- First version of the library