Skip to content

Releases: autotraderuk/traverson4j

Adding field on Response to show the resource as a string when a non 2xx status code returned

22 Feb 09:23
Compare
Choose a tag to compare

Minor change to set Accept header when mime type not null

30 Nov 12:16
68bfa71
Compare
Choose a tag to compare

Returning an inputstream for clients to stream large files without keeping all in memory

01 Oct 08:51
Compare
Choose a tag to compare

Patch correction to hc5 and jackson2 to core scope

23 Apr 15:15
Compare
Choose a tag to compare

Traverson4j is now Java 11

23 Apr 13:39
Compare
Choose a tag to compare

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!

24 Dec 10:19
Compare
Choose a tag to compare

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

27 Aug 13:36
Compare
Choose a tag to compare

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

06 Mar 16:57
Compare
Choose a tag to compare

Form data support

23 May 19:52
Compare
Choose a tag to compare

Added a new Body type for form data.

Release of Version 1

17 Feb 10:12
Compare
Choose a tag to compare

No difference to rc2, but now release version.