Releases: mccutchen/go-httpbin
Releases · mccutchen/go-httpbin
v2.4.1
v2.4.0
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
- Update test matrix and fix deploy action by @mccutchen in #70
- Misc build & CI fixes by @mccutchen in #76
- Drop platform-specific deployment code and configuration by @mccutchen in #79
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
Full Changelog: v2.3.0...v2.4.0
v2.3.0
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
Full Changelog: v2.2.2...v2.3.0