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