Skip to content

v2.5.0

Compare
Choose a tag to compare
@mccutchen mccutchen released this 11 Nov 05:34
· 60 commits to main since this release
579e061

Notable changes

Improved compatibility with the original httpbin (thanks @anuraaga!)

  • The /anything endpoint to support GET requests with bodies (#89)
  • <, >, and & characters in JSON responses are no longer encoded via \uXXX escape sequences (#89)
  • JSON response bodies are now pretty-printed for better readability (#94)

Responses to HEAD requests no longer include a Content-Length header

  • See #94 for more context

All changes

  • Add workflow to push docker images for new releases by @mccutchen in #87
  • More comprehensive tests for HTTP verb endpoints by @mccutchen in #88
  • Improve compatibility with httpbin for requests with bodies by @anuraaga in #89
  • Disable pushes to ghcr.io on release by @mccutchen in #92
  • Extract inline vars from the status handler by @mccutchen in #93
  • Rework JSON serialization by @mccutchen in #94
  • build: stop being clever about when to rebuild by @mccutchen in #95

New Contributors

Full Changelog: v2.4.2...v2.5.0