Skip to content

2.0.0 RC2

Pre-release
Pre-release
Compare
Choose a tag to compare
@elreydetodo elreydetodo released this 13 Oct 19:30
· 123 commits to master since this release
2.0.0-RC2
97fc066

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.