| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-05 | 1.2 kB | |
| v5.2.5 source code.tar.gz | 2026-02-05 | 89.2 kB | |
| v5.2.5 source code.zip | 2026-02-05 | 127.9 kB | |
| Totals: 3 Items | 218.3 kB | 3 | |
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