Releases: gaul/java-httpbin
Releases · gaul/java-httpbin
1.4.0
This release requires Java 11 or newer
- Add
/redirect-relative
endpoint
- Upgrade to Jetty 11
1.3.0
- 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
- 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
- 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