Sourced from github.com/go-chi/chi/v5's releases.
v5.2.0
What's Changed
- update credits section to link to goji license by
@pkieltyka
in go-chi/chi#944- go 1.23 by
@pkieltyka
in go-chi/chi#945- Make Context.RoutePattern() nil-safe by
@gaiaz-iusipov
in go-chi/chi#927- govet: Fix non-constant format string by
@marcofranssen
in go-chi/chi#952- Add
Find
toRoutes
interface by@joeriddles
in go-chi/chi#872- Fix grammar error by
@AntonC9018
in go-chi/chi#917feat(): add CF-Connecting-IP by@n33pm
in go-chi/chi#908
Revert "feat(): add CF-Connecting-IP" by@VojtechVitek
in go-chi/chi#966- Fixed incorrect comment about routing by
@jtams
in go-chi/chi#887- Fix condition in TestRedirectSlashes by
@tchssk
in go-chi/chi#856- middleware: Add strip prefix middleware by
@m1k1o
in go-chi/chi#875- Set up go module for
_examples/versions
by@hongkuancn
in go-chi/chi#948- Ability to specify response HTTP status code for Throttle middleware by
@vasayxtx
in go-chi/chi#571- Support Content-Type headers with charset/boundary parameters by
@GocaMaric
in go-chi/chi#880- Fix
Mux.Find
not correctly handling nested routes by@joeriddles
in go-chi/chi#954- fix(WrapResponseWriter): allow multiple informational statuses by
@costela
in go-chi/chi#961New Contributors
@gaiaz-iusipov
made their first contribution in go-chi/chi#927@marcofranssen
made their first contribution in go-chi/chi#952@joeriddles
made their first contribution in go-chi/chi#872@AntonC9018
made their first contribution in go-chi/chi#917@n33pm
made their first contribution in go-chi/chi#908@jtams
made their first contribution in go-chi/chi#887@tchssk
made their first contribution in go-chi/chi#856@m1k1o
made their first contribution in go-chi/chi#875@hongkuancn
made their first contribution in go-chi/chi#948@GocaMaric
made their first contribution in go-chi/chi#880@costela
made their first contribution in go-chi/chi#961Full Changelog: https://github.com/go-chi/chi/compare/v5.1.0...v5.2.0
0a20a0e
Revert "feat(): add CF-Connecting-IP (#908)"
(#966)d9d5e31
fix: allow multiple informational status (#961)6ceb498
Fix Mux.Find
not correctly handling nested routes (#954)882c15e
Update content_type.go (#880)1f927a8
Ability to specify response HTTP status code for Throttle middleware (#571)2c4d128
set up go module for _examples/versions (#948)5dd7716
add strip prefix. (#875)7335050
Fix condition in TestRedirectSlashes (#856)df0303d
Fixed incorrect comment about routing (#887)cbaac31
feat(): add CF-Connecting-IP (#908)