Skip to content

Releases: gaul/java-httpbin

1.4.0

Choose a tag to compare

@gaul gaul released this 17 Aug 13:25

This release requires Java 11 or newer

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

1.3.0

Choose a tag to compare

@gaul gaul released this 22 Aug 17:53
  • 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

Choose a tag to compare

@gaul gaul released this 11 Jun 21:46
  • 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

Choose a tag to compare

@gaul gaul released this 13 Nov 21:52
  • 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

Choose a tag to compare

@gaul gaul released this 09 Nov 22:41

Initial release