| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-06-28 | 674 Bytes | |
| v5.1.0 source code.tar.gz | 2024-06-28 | 85.6 kB | |
| v5.1.0 source code.zip | 2024-06-28 | 122.3 kB | |
| Totals: 3 Items | 208.5 kB | 0 | |
What's Changed
- middleware: add Discard method to WrapResponseWriter by @patrislav in https://github.com/go-chi/chi/pull/926
- Adds
Discard()method to themiddleware.WrapResponseWriterinterface. This is technically an API breaking change. However after some discussion at https://github.com/go-chi/chi/pull/926#discussion_r1658333481, 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 https://github.com/go-chi/chi/pull/926
Full Changelog: https://github.com/go-chi/chi/compare/v5.0.14...v5.1.0