What's Changed
- Add pathvalue example to README and implement PathValue handler. by @catatsuy in #985
- Allow multiple whitespace between method & pattern by @JRaspass in #1013
- Avoid potential nil dereference by @ProjectMutilation in #1008
- feat(mux): support http.Request.Pattern in Go 1.23 by @Gusted in #986
- fix/608 - Fix flaky Throttle middleware test by synchronizing token usage by @OtavioBernardes in #1016
- Optimize throttle middleware by avoiding unnecessary timer creation by @vasayxtx in #1011
- Simplify wildcard replacement in route patterns by @srpvpn in #1012
- Replace methodTypString func with reverseMethodMap by @JRaspass in #1018
New Contributors
- @ProjectMutilation made their first contribution in #1008
- @Gusted made their first contribution in #986
- @OtavioBernardes made their first contribution in #1016
- @srpvpn made their first contribution in #1012
Full Changelog: v5.2.2...v5.2.3