| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable minor and patch updates automatically. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR contains the following updates:
Release Notes
go-chi/chi (github.com/go-chi/chi)v5.2.5
Compare Source
What's Changed
New Contributors
Full Changelog: go-chi/chi@v5.2.3...v5.2.5
v5.2.4
Compare Source
v5.2.3
Compare Source
What's Changed
New Contributors
Full Changelog: go-chi/chi@v5.2.2...v5.2.3
v5.2.2
Compare Source
What's Changed
Security fix
New Contributors
Full Changelog: go-chi/chi@v5.2.1...v5.2.2
v5.2.1
Compare Source
⚠️ Chi supports Go 1.20+
Starting this release, we will now support the four most recent major versions of Go. See #963 for related discussion.
What's Changed
Full Changelog: go-chi/chi@v5.2.0...v5.2.1
v5.2.0
Compare Source
What's Changed
New Contributors
Full Changelog: go-chi/chi@v5.1.0...v5.2.0
v5.1.0
Compare Source
What's Changed
New Contributors
Full Changelog: go-chi/chi@v5.0.14...v5.1.0
v5.0.14
Compare Source
What's Changed
New Contributors
Full Changelog: go-chi/chi@v5.0.12...v5.0.14
v5.0.13
Compare Source
What's Changed
New Contributors
Full Changelog: go-chi/chi@v5.0.12...v5.0.13
v5.0.12
Compare Source
v5.0.11
Compare Source
v5.0.10
Compare Source
v5.0.9
Compare Source
v5.0.8
Compare Source
v5.0.7
Compare Source
v5.0.6
Compare Source
v5.0.5
Compare Source
v5.0.4
Compare Source
v5.0.3
Compare Source
v5.0.2
Compare Source
v5.0.1
Compare Source
v5.0.0
Compare Source
v4.1.3
Compare Source
v4.1.2
Compare Source
your contribution (#555). Note: new benchmarks posted in README.
v4.1.2+incompatible
Compare Source
v4.1.1
Compare Source
v4.1.1+incompatible
Compare Source
v4.1.0
Compare Source
route to the correct handler through a recursive tree search, thanks to @Jahaja for the PR/fix!
v4.1.0+incompatible
Compare Source
v4.0.4
Compare Source
v4.0.4+incompatible
Compare Source
v4.0.3
Compare Source
v4.0.3+incompatible
Compare Source
v4.0.2
Compare Source
v4.0.2+incompatible
Compare Source
v4.0.1
Compare Source
v4.0.1+incompatible
Compare Source
v4.0.0
Compare Source
v4.0.0+incompatible
Compare Source
v3.3.5
Compare Source
v3.3.4
Compare Source
v3.3.4+incompatible
Compare Source
v3.3.3
Compare Source
v3.3.3+incompatible
Compare Source
v3.3.2
Compare Source
v3.3.2+incompatible
Compare Source
v3.3.1
Compare Source
v3.3.1+incompatible
Compare Source
v3.3.0
Compare Source
v3.3.0+incompatible
Compare Source
v3.2.1
Compare Source
and Mux. Match searches the mux's routing tree for a handler that matches the method/path
v3.2.1+incompatible
Compare Source
v3.2.0
Compare Source
v3.2.0+incompatible
Compare Source
v3.1.5
Compare Source
to func ServerBaseContext(baseCtx context.Context, h http.Handler) http.Handler
v3.1.5+incompatible
Compare Source
v3.1.4
Compare Source
v3.1.4+incompatible
Compare Source
v3.1.3: Router tree Walker, an analogy to filepath.Walk
Compare Source
v3.1.3+incompatible
Compare Source
v3.1.2
Compare Source
v3.1.2+incompatible
Compare Source
v3.1.1
Compare Source
v3.1.1+incompatible
Compare Source
v3.1.0
Compare Source
suffixes easier, ie. parsing /articles/1.json and /articles/1.xml. See comments in
https://github.com/go-chi/chi/blob/master/middleware/url_format.go for example usage.
v3.1.0+incompatible
Compare Source
v3.0.0
Compare Source
/articles/{month}-{day}-{year}-{slug}, /articles/{id}, and /articles/{id}.{ext} on the
same router
r.Get("/articles/{name:[a-z]+}", h) and chi.URLParam(r, "name")
r.Method("GET", "/", h) which provides a cleaner interface for custom handlers like
in _examples/custom-handler
own using file handler with the stdlib, see _examples/fileserver for an example
be easily discovered and supported, at: https://github.com/go-chi
v3.0.0+incompatible
Compare Source
v2.1.1
Compare Source
v2.1.0
Compare Source
APIs to offer a pattern for managing well-defined request / response payloads. Please
check out the updated _examples/rest example for how it works.
v2.1.0+incompatible
Compare Source
v2.0.0
Compare Source
production, the inclusion of some improvements to the middlewares, we are very pleased to
announce v2.0.0 of chi.
v2.0.0+incompatible
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.