Skip to content

Releases: mccutchen/go-httpbin

v2.4.1

05 Jul 13:23
0defb3c
Compare
Choose a tag to compare

What's Changed

  • Add /hostname endpoint in #81 (originally proposed by @uromahn in #66)

Full Changelog: v2.4.0...v2.4.1

v2.4.0

07 Apr 03:35
46ccdec
Compare
Choose a tag to compare

What's Changed

Features/functionality

  • Use go:embed for static assets #77
  • Add user agent and client IP to instrumentation #78
  • Fix link to Kenneth Reitz by @st0le in #71

Documentation

  • Add example demonstrating custom instrumentation by @mccutchen in #75

Build

Breaking changes

  • With this release, go-httpbin requires Go 1.16 or newer, as it now uses the go:embed functionality (see #77)

New Contributors

  • @st0le made their first contribution in #71

Full Changelog: v2.3.0...v2.4.0

v2.3.0

29 Nov 22:31
b42779a
Compare
Choose a tag to compare

What's Changed

  • Build docker images for amd64 and arm64 by @danbf in #65
  • Fix lingering references to the old master branch by @mccutchen in #69
  • Close XSS issue in /base64 endpoint (fixes #67) by @mccutchen in #68

New Contributors

  • @danbf made their first contribution in #65

Full Changelog: v2.2.2...v2.3.0

v2.2.2

16 Jul 20:49
Compare
Choose a tag to compare
  • ef914ab Update /ip endpoint to return single origin IP

v2.2.1

14 Jul 21:46
Compare
Choose a tag to compare
  • 61e4e87 Add explicit /head handler
  • ab5a226 Document missing verb-specific endpoints in index (fixes #59)
  • f71d679 Update examples on index