fix(deps): update module github.com/go-chi/chi/v5 to v5.2.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/go-chi/chi/v5 | require | minor |
v5.1.0 -> v5.2.0
|
Release Notes
go-chi/chi
v5.2.0
What's Changed
- update credits section to link to goji license by @pkieltyka in https://github.com/go-chi/chi/pull/944
- go 1.23 by @pkieltyka in https://github.com/go-chi/chi/pull/945
- Make Context.RoutePattern() nil-safe by @gaiaz-iusipov in https://github.com/go-chi/chi/pull/927
- govet: Fix non-constant format string by @marcofranssen in https://github.com/go-chi/chi/pull/952
- Add
Find
toRoutes
interface by @joeriddles in https://github.com/go-chi/chi/pull/872 - Fix grammar error by @AntonC9018 in https://github.com/go-chi/chi/pull/917
-
~feat(): add CF-Connecting-IP by @n33pm in https://github.com/go-chi/chi/pull/908~
- ~Revert "feat(): add CF-Connecting-IP" by @VojtechVitek in https://github.com/go-chi/chi/pull/966~
- Fixed incorrect comment about routing by @jtams in https://github.com/go-chi/chi/pull/887
- Fix condition in TestRedirectSlashes by @tchssk in https://github.com/go-chi/chi/pull/856
- middleware: Add strip prefix middleware by @m1k1o in https://github.com/go-chi/chi/pull/875
- Set up go module for
_examples/versions
by @hongkuancn in https://github.com/go-chi/chi/pull/948 - Ability to specify response HTTP status code for Throttle middleware by @vasayxtx in https://github.com/go-chi/chi/pull/571
- Support Content-Type headers with charset/boundary parameters by @GocaMaric in https://github.com/go-chi/chi/pull/880
- Fix
Mux.Find
not correctly handling nested routes by @joeriddles in https://github.com/go-chi/chi/pull/954 - fix(WrapResponseWriter): allow multiple informational statuses by @costela in https://github.com/go-chi/chi/pull/961
New Contributors
- @gaiaz-iusipov made their first contribution in https://github.com/go-chi/chi/pull/927
- @marcofranssen made their first contribution in https://github.com/go-chi/chi/pull/952
- @joeriddles made their first contribution in https://github.com/go-chi/chi/pull/872
- @AntonC9018 made their first contribution in https://github.com/go-chi/chi/pull/917
- @n33pm made their first contribution in https://github.com/go-chi/chi/pull/908
- @jtams made their first contribution in https://github.com/go-chi/chi/pull/887
- @tchssk made their first contribution in https://github.com/go-chi/chi/pull/856
- @m1k1o made their first contribution in https://github.com/go-chi/chi/pull/875
- @hongkuancn made their first contribution in https://github.com/go-chi/chi/pull/948
- @GocaMaric made their first contribution in https://github.com/go-chi/chi/pull/880
- @costela made their first contribution in https://github.com/go-chi/chi/pull/961
Full Changelog: https://github.com/go-chi/chi/compare/v5.1.0...v5.2.0
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.