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.