Skip to content

Releases: Mastercard/client-encryption-java

v1.8.2

25 Apr 13:33
b81c8cb
Compare
Choose a tag to compare
  • io.github.openfeign:feign-core:9.7.0 -> upgrade to 13.2.1
  • com.squareup.okhttp:okhttp:2.7.5 -> move to com.squareup.okhttp3
  • com.google.api-client:google-api-client:2.3.0 -> upgrade to 2.4.0

v1.8.1: Merge pull request #93 from Mastercard/update-version

15 Apr 14:29
4afccde
Compare
Choose a tag to compare
  • Updated the com.jayway.jsonpath:json-path library to 2.9.0 to address CVE-2023-51074
  • Updated the org.json:json library to 20240303 to address CVE-2023-5072

v1.8.0

10 Apr 16:00
f96fbb3
Compare
Choose a tag to compare

There are scenarios the client is using C# for decrypting the payload encrypted by the Java library. However, the IV size supported by the C# library is 12.

This release will support IV with a size of 12 bytes.

v1.7.12

22 Mar 14:04
6f10795
Compare
Choose a tag to compare

Upgrading to Java 11

v.1.7.11

18 Jan 10:30
Compare
Choose a tag to compare
  • Fixing bug where encryption key couldn't be added without decryption key

v1.7.10

04 Sep 15:12
0592e6f
Compare
Choose a tag to compare
  • Removing dependency on guava

v1.7.9

04 May 10:29
8a590cc
Compare
Choose a tag to compare
  • 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

02 May 09:48
Compare
Choose a tag to compare
  • Bump json-smart from 2.4.8 to 2.4.9

v1.7.7

09 Dec 14:36
Compare
Choose a tag to compare
  • Adding support for AES GCM 128 / 192 decryption

v1.7.6

28 Nov 15:21
Compare
Choose a tag to compare
  • Adding encryption key config option