This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/go-chi/chi/v5 | require | minor |
v5.0.11 -> v5.1.0
|
v5.1.0
Discard()
method to the middleware.WrapResponseWriter
interface. 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.Full Changelog: https://github.com/go-chi/chi/compare/v5.0.14...v5.1.0
v5.0.14
Full Changelog: https://github.com/go-chi/chi/compare/v5.0.12...v5.0.14
v5.0.13
Full Changelog: https://github.com/go-chi/chi/compare/v5.0.12...v5.0.13
v5.0.12
This MR has been generated by Renovate Bot.