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