Skip to content

Releases: akamai/AkamaiOPEN-edgegrid-java

2.1.1

15 Dec 16:43
9dafa4c
Compare
Choose a tag to compare

This release fixes an incompatibility with httpcomponents-core <= 4.4.

2.1.0

27 Jul 15:32
2.1.0
25c1fee
Compare
Choose a tag to compare
  • Adding binding for Apache HTTP Client.
  • Splitting README.md between relevant modules.
  • No changes since 2.1.0-RC1 except version.

2.0.0

27 Jul 15:34
2.0.0
Compare
Choose a tag to compare
  • Signing algorithm tweaks.
  • Separated binding for Google HTTP Client Library for Java from core.
  • Added binding for REST-assured.
  • Unit tests with TestNG.
  • Published to Maven Central!

2.0.0 RC2

13 Oct 19:30
2.0.0-RC2
97fc066
Compare
Choose a tag to compare
2.0.0 RC2 Pre-release
Pre-release

This release mainly contains fixes to the README and some fixes for REST-assured.

There is a notable API change in the builder for Request. The method #uriWithQuery(URI) has been replaced by #uri(URI). There is also a variant that takes a String for convenience. This method only really needs to know about the path and query string since those are the parts that are subject to signing. We assume the scheme is "HTTPS", and we take the host from the ClientCredential instead.