Releases: akamai/AkamaiOPEN-edgegrid-java
Releases · akamai/AkamaiOPEN-edgegrid-java
6.0.3
6.0.2
6.0.1
6.0.1 (December 17, 2024)
Fixes
- Fixed vulnerability by upgrading the
asynchttpclientmodule to 3.0.1 . - Removed checks in the
AsyncHttpClientEdgeGridRequestSignerclass for theReactiveStreamsBodyGeneratorcase, which is no longer available in a new version of theasynchttpclientmodule. - Fixed some build errors by upgrading the JaCoCo library.
6.0.0
6.0.0 (August 21, 2024)
BREAKING CHANGES
- Replaced deprecated
ApacheHttpTransportwithcom.google.api.client.http.apache.v2.ApacheHttpTransportinedgegrid-signer-google-http-client. - Updated
README.mdforedgegrid-signer-google-http-clientto include changes in the instructions for signing HTTP requests with specified client credentials.
Improvements
- Add support for
ProxySelectorinApacheHttpClientEdgeGridRoutePlannerto enable the use of custom proxy servers.
Fixes
- Fixes for various vulnerabilities by upgrading
grpc-context,nettyandcommons-configuration2. - Fixed issue when path param is an url for rest assured
5.1.1
5.1.0
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
4.1.2
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
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
4.1.0 (August 26, 2021)
Enhancements
- Upgrade project dependencies.
- Ensure compatibility with Java >= v9.