Releases: Mastercard/client-encryption-java
Releases · Mastercard/client-encryption-java
v1.7.9
- Bump jettison from 1.4.1 to 1.5.4
- Bump jackson-databind from 2.13.2.2 to 2.13.4.2
- Bump json from 20200518 to 20230227
v1.7.8
- Bump json-smart from 2.4.8 to 2.4.9
v1.7.7
- Adding support for AES GCM 128 / 192 decryption
v1.7.6
- Adding encryption key config option
v1.7.5
v1.7.4
- Added ability to specify encryption key fingerprint
v1.7.3
- Addressing CVE-2020-36518
v1.7.2
- Made
JsonParser.withJsonEngine
accessible for external use - Addressed CVE-2021-27568
- Code clean-up
v1.7.1
- Fixed "length operation cannot be applied to null" when decrypting certain payloads
v1.7.0
- Added ability to encrypt and decrypt JSON array bodies
- JWE: used proper base64 URL encoding as per https://datatracker.ietf.org/doc/html/rfc7515#appendix-C
- Bumped JsonPath version to 2.6.0