Skip to content

Releases: akamai/AkamaiOPEN-edgegrid-java

6.0.3

29 Sep 13:29
eefa8a3

Choose a tag to compare

6.0.3 (Sep 29, 2025)

Fixes

  • Fixed a transitive vulnerability by adding the netty-bom module with version 4.2.6.Final.
  • Fixed a transitive vulnerability by adding the commons-lang3 module with version 3.18.0.
  • Upgraded dependency-check to 12.1.6 to fix the build issue.

6.0.2

10 Apr 06:27
2e027b7

Choose a tag to compare

6.0.2 (Apr 10, 2025)

Fixes

  • Fixed a vulnerability by upgrading the asynchttpclient module to 3.0.2.
  • Upgraded dependency-check to 12.1.0 to fix the build issue.

6.0.1

17 Dec 09:59
631da42

Choose a tag to compare

6.0.1 (December 17, 2024)

Fixes

  • Fixed vulnerability by upgrading the asynchttpclient module to 3.0.1 .
  • Removed checks in the AsyncHttpClientEdgeGridRequestSigner class for the ReactiveStreamsBodyGenerator case, which is no longer available in a new version of the asynchttpclient module.
  • Fixed some build errors by upgrading the JaCoCo library.

6.0.0

21 Aug 14:09
2036ea0

Choose a tag to compare

6.0.0 (August 21, 2024)

BREAKING CHANGES

  • Replaced deprecated ApacheHttpTransport with com.google.api.client.http.apache.v2.ApacheHttpTransport in edgegrid-signer-google-http-client.
  • Updated README.md for edgegrid-signer-google-http-client to include changes in the instructions for signing HTTP requests with specified client credentials.

Improvements

  • Add support for ProxySelector in ApacheHttpClientEdgeGridRoutePlanner to enable the use of custom proxy servers.

Fixes

  • Fixes for various vulnerabilities by upgrading grpc-context, netty and commons-configuration2.
  • Fixed issue when path param is an url for rest assured

5.1.1

06 Dec 17:24
79db8dc

Choose a tag to compare

5.1.1 (December 6, 2023)

Fixes

  • Fixes for various CVE vulnerabilities by upgrading logback classic, netty and dependency-check.

5.1.0

05 Sep 14:21
3f85113

Choose a tag to compare

5.1.0 (September 5, 2023)

Improvements

  • Add support for Apache HTTP Client version 5.

Fixes

  • Fixes for various CVE vulnerabilities by upgrading netty, dependency-check and guava libraries.
  • Fixes some build errors by upgrading Jacoco library.
  • Resolve various Javadoc warnings in different modules.

5.0.0

19 Jan 08:40

Choose a tag to compare

5.0.0 (January 19, 2023)

BREAKING CHANGES

  • Minimum Java version is 11.

4.1.2

21 Jul 08:23
eed6b03

Choose a tag to compare

4.1.2 (July 21, 2022)

Improvements

  • Extract edgegrid-signer-gatling module to a separate project.

Fixes

  • Fixes for various vulnerabilities: OSSRH-66257, CVE-2020-36518, sonatype-2021-4682, CVE-2022-24823, sonatype-2019-0673, sonatype-2012-0050, sonatype-2021-4916

4.1.1

17 Feb 10:22

Choose a tag to compare

4.1.1 (February 17, 2022)

Enhancements

  • Added OWASP dependency check plugin to maven pipeline.

Fixes

  • Fix multiple CVE vulnerabilities by upgrading logback and netty dependencies.
  • Fix Travis build by updating Java version to 8.
  • Correct README.md inconsistencies.

Compatibility with Java >= v9

26 Aug 08:24

Choose a tag to compare

4.1.0 (August 26, 2021)

Enhancements

  • Upgrade project dependencies.
  • Ensure compatibility with Java >= v9.