What's Changed
- middleware: add Discard method to WrapResponseWriter by @patrislav in #926
- Adds
Discard()
method to themiddleware.WrapResponseWriter
interface. This is technically an API breaking change. However after some discussion at #926 (comment), we decided to move forward, and release as minor version, as we don't expect anyone to rely on this interface / implement it externally.
- Adds
New Contributors
- @patrislav made their first contribution in #926
Full Changelog: v5.0.14...v5.1.0