fix(deps): update module github.com/go-chi/chi/v5 to v5.1.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/go-chi/chi/v5 | require | minor |
v5.0.11 -> v5.1.0
|
Release Notes
go-chi/chi
v5.1.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.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.
- 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
v5.0.14
What's Changed
- middleware: fix typo in RealIP doc by @l2dy in https://github.com/go-chi/chi/pull/903
- reduce size of Context struct from 216 bytes to 208 bytes by @juburr in https://github.com/go-chi/chi/pull/912
- Avoid possible memory leak in compress middleware by @Neurostep in https://github.com/go-chi/chi/pull/919
- docs: Update stale links in docs for contributing by @Lutherwaves in https://github.com/go-chi/chi/pull/904
- Revert "Avoid possible memory leak in compress middleware" by @VojtechVitek in https://github.com/go-chi/chi/pull/924
New Contributors
- @l2dy made their first contribution in https://github.com/go-chi/chi/pull/903
- @juburr made their first contribution in https://github.com/go-chi/chi/pull/912
- @Neurostep made their first contribution in https://github.com/go-chi/chi/pull/919
- @Lutherwaves made their first contribution in https://github.com/go-chi/chi/pull/904
Full Changelog: https://github.com/go-chi/chi/compare/v5.0.12...v5.0.14
v5.0.13
What's Changed
- middleware: fix typo in RealIP doc by @l2dy in https://github.com/go-chi/chi/pull/903
- reduce size of Context struct from 216 bytes to 208 bytes by @juburr in https://github.com/go-chi/chi/pull/912
- Avoid possible memory leak in compress middleware by @Neurostep in https://github.com/go-chi/chi/pull/919
New Contributors
- @l2dy made their first contribution in https://github.com/go-chi/chi/pull/903
- @juburr made their first contribution in https://github.com/go-chi/chi/pull/912
- @Neurostep made their first contribution in https://github.com/go-chi/chi/pull/919
Full Changelog: https://github.com/go-chi/chi/compare/v5.0.12...v5.0.13
v5.0.12
- History of changes: see https://github.com/go-chi/chi/compare/v5.0.11...v5.0.12
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Renovate-Bot