Skip to content

Releases: gaul/java-httpbin

1.4.0

17 Aug 13:25
Compare
Choose a tag to compare

This release requires Java 11 or newer

  • Add /redirect-relative endpoint
  • Upgrade to Jetty 11

1.3.0

22 Aug 17:53
Compare
Choose a tag to compare
  • Add base64, delete, etag, patch, range, and stream-bytes endpoints
  • Fix bugs and add missing parameters uncovered by python httpbin test suite

1.2.0

11 Jun 21:46
Compare
Choose a tag to compare
  • Add bytes, cache, cache control, deflate, delay, drip, gzip, home, and stream endpoints
  • Allow form-encoded input in post and put endpoints
  • Emit correct status code when handling exceptions
  • Now compatible with Java 7

1.1.0

13 Nov 21:52
Compare
Choose a tag to compare
  • Add absolute-redirect, deny, hidden-basic-auth, and robots.txt endpoints
  • Complete basic-auth endpoint
  • Return full information for get endpoint
  • Return JSON from post and put endpoints
  • Silence excessive Jetty logging

1.0.0

09 Nov 22:41
Compare
Choose a tag to compare

Initial release