2023-12-18
- When following redirects, use the ALWAYS policy instead of NORMAL. Will follow https -> http.
2023-12-12
- Add a
Java11Transport
constructor that takes aHttpClient.Builder
2023-12-12
- Java11 is now the minimum required Java version
- The default transport is the Java11 HttpClient
DefaultTransport
has been renamedURLConnectionTransport
application/xml
error fragments are included in error messages, just likeapplication/json
2023-03-10
- Added
getContentString()
methods toHttpException
(see javadocs)
2023-03-10
- Added
errorTranslator()
mechanism toHttpRequest
(see javadocs)
2021-03-03
- Specifying an XML content type now runs the body through the mapper. You still need to specify the XmlMapper explicitly.
2021-02-26
- Added
HttpRequest.PATCH()
method - Added
HttpRequest.paramJson()
and related methods
2020-08-28
- Baseline 1.0 release, API is now officially stable