v5.2.5
What's Changed
- Bump minimum Go to 1.22 and use new features by @JRaspass in https://github.com/go-chi/chi/pull/1017
- Refactor graceful shutdown example by @mikereid1 in https://github.com/go-chi/chi/pull/994
- Refactor to use atomic type by @cuiweixie in https://github.com/go-chi/chi/pull/1019
- update reverseMethodMap in RegisterMethod by @cixel in https://github.com/go-chi/chi/pull/1022
- Update comment about min Go version by @JRaspass in https://github.com/go-chi/chi/pull/1023
- middleware: harden RedirectSlashes handler by @pkieltyka in https://github.com/go-chi/chi/pull/1044
- Fix(middleware): Prevent double handler invocation in RouteHeaders with empty router by @mahanadh in https://github.com/go-chi/chi/pull/1045
New Contributors
- @mikereid1 made their first contribution in https://github.com/go-chi/chi/pull/994
- @cuiweixie made their first contribution in https://github.com/go-chi/chi/pull/1019
- @cixel made their first contribution in https://github.com/go-chi/chi/pull/1022
- @mahanadh made their first contribution in https://github.com/go-chi/chi/pull/1045
Full Changelog: https://github.com/go-chi/chi/compare/v5.2.3...v5.2.5