Releases: autotraderuk/traverson4j
Adding field on Response to show the resource as a string when a non 2xx status code returned
Minor change to set Accept header when mime type not null
v3.1.1 Releasing 3.1.1
Returning an inputstream for clients to stream large files without keeping all in memory
v3.1.0 Releasing v3.1.0
Patch correction to hc5 and jackson2 to core scope
v3.0.1 Release v3.0.1
Traverson4j is now Java 11
We have tidied up some of the libraries traverson4j depends on, removing ones that aren't needed any more. We have also updated the versions of the libraries we do use.
Traverson4j now runs on Java 11, to allow us access to more JDK API's
Upgrading Apache http client from version 4 to 5!
We've upgraded the apache module from version 4 to 5, to keep ontop of latest security patches and features!
Big thank you to @jwdavies94 for this contribution!
Adding pre-emptive authentication functionaility
Although not recommended in web security, some http clients allow you to preemptively submit your basic authentication credentials to a server, instead of waiting to respond to the 401 Unauthorized challenge.
The default behaviour is preserved, whereby the basic authentication credentials only get supplied when the server challenges the client.
Please use with caution.
Making some classes in apache module public for easy extension
v1.1.1 Release 1.1.1
Form data support
Added a new Body type for form data.
Release of Version 1
No difference to rc2, but now release version.