v2.20.0
Warning
Potential Breaking Change
The /bytes and /stream-bytes endpoints now respect the-max-body-size/MAX_BODY_SIZE configuration rather than hard-coding a 100KiB limit. See #229 for details.
What's Changed
- docs: add link to go-httpbin GitHub action by @ModeSevenIndustrialSolutions in #219
- chore: drop reflection from test suite by @mccutchen in #227
- fix: respect MAX_BODY_SIZE in
/bytesand/stream-bytesendpoints by @derekmpage in #229
New Contributors
- @ModeSevenIndustrialSolutions made their first contribution in #219
- @derekmpage made their first contribution in #229
Full Changelog: v2.19.0...v2.20.0