Skip to content

Releases: derklaro/requestbuilder

Version 2.0.0

17 Oct 17:11
Compare
Choose a tag to compare
  • Removed deprecated methods
  • Added MimeTypes.get(String) to create own mime types
  • Replaced fireAndForget with fire

Commits

New Contributors

Full Changelog: 1.0.6...2.0.0

Version 1.0.6

15 Sep 20:40
Compare
Choose a tag to compare

API changes:

  • Fixed NullPointerException in getRequestResultAsString call

Version 1.0.5

12 Sep 19:13
Compare
Choose a tag to compare

API changes:

  • Fixed IllegalArgumentException when no body is specified
  • Replaced addBody (String) with addBody (byte[])
  • All addBody calls will now explicitly call enableOutput

Version 1.0.4

11 Sep 17:54
Compare
Choose a tag to compare

API changes:

  • Some flow accessors instead of set calls
  • Some small optimizations
  • reformat code

Version 1.0.3

02 May 20:31
Compare
Choose a tag to compare

Provides a majour breaking change: moved all files from de.derklaro to com.github.derklaro.

API changes:

  • Status as object is now directly accessible via RequestResult#getStatus()

Version 1.0.2

02 May 14:34
Compare
Choose a tag to compare

Release version 1.0.2:

  • Cookie support
  • Async request support