github go-chi/chi v5.2.3

9 days ago

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

Full Changelog: v5.2.2...v5.2.3

Don't miss a new chi release

NewReleases is sending notifications on new releases.