v1.8.1
版本发布时间: 2023-11-05 10:14:50
gorilla/mux最新发布版本:v1.8.1(2023-11-05 10:14:50)
What's Changed
- build: CircleCI 2.1 + build matrix by @elithrar in https://github.com/gorilla/mux/pull/595
- Include "404" and "405" in the docs by @Jille in https://github.com/gorilla/mux/pull/602
- docs: update README w.r.t new maintainer ask by @elithrar in https://github.com/gorilla/mux/pull/660
- regexp: use iota instead of hardcoded values for regexType* by @michaelgrigoryan25 in https://github.com/gorilla/mux/pull/679
- Fix
authenticationMiddleware
initialization in theREADME.md
file by @amustaque97 in https://github.com/gorilla/mux/pull/693 - Update README.md by @coreydaley in https://github.com/gorilla/mux/pull/713
- [GPT-95] Update go version, add tools for verification and testing by @apoorvajagtap in https://github.com/gorilla/mux/pull/718
- Delete release-drafter.yml by @coreydaley in https://github.com/gorilla/mux/pull/719
- Delete stale.yml by @coreydaley in https://github.com/gorilla/mux/pull/720
- Delete AUTHORS by @coreydaley in https://github.com/gorilla/mux/pull/721
- Update LICENSE by @coreydaley in https://github.com/gorilla/mux/pull/722
- Updated the logo in README.md by @shamkarthik in https://github.com/gorilla/mux/pull/724
- Update LICENSE by @coreydaley in https://github.com/gorilla/mux/pull/723
- Update issues.yml by @coreydaley in https://github.com/gorilla/mux/pull/726
- Update issues.yml by @coreydaley in https://github.com/gorilla/mux/pull/727
- run go fmt with Go 1.20 by @shogo82148 in https://github.com/gorilla/mux/pull/725
- Fix
Single Page Application
example inREADME.md
file by @amustaque97 in https://github.com/gorilla/mux/pull/678 - [BUG] Inconsistent HTTP status code on query mismatch by @soheilrt in https://github.com/gorilla/mux/pull/712
- Clarify documentation examples of Route methods by @andrew-werdna in https://github.com/gorilla/mux/pull/672
- changed the routeVariables text content. by @sumanpaikdev in https://github.com/gorilla/mux/pull/708
- Add GetVarNames() by @eh-steve in https://github.com/gorilla/mux/pull/676
- fix SPA handler in README.md by @sy9 in https://github.com/gorilla/mux/pull/733
- update GitHub workflows by @coreydaley in https://github.com/gorilla/mux/pull/734
New Contributors
- @Jille made their first contribution in https://github.com/gorilla/mux/pull/602
- @michaelgrigoryan25 made their first contribution in https://github.com/gorilla/mux/pull/679
- @amustaque97 made their first contribution in https://github.com/gorilla/mux/pull/693
- @coreydaley made their first contribution in https://github.com/gorilla/mux/pull/713
- @apoorvajagtap made their first contribution in https://github.com/gorilla/mux/pull/718
- @shamkarthik made their first contribution in https://github.com/gorilla/mux/pull/724
- @shogo82148 made their first contribution in https://github.com/gorilla/mux/pull/725
- @soheilrt made their first contribution in https://github.com/gorilla/mux/pull/712
- @andrew-werdna made their first contribution in https://github.com/gorilla/mux/pull/672
- @sumanpaikdev made their first contribution in https://github.com/gorilla/mux/pull/708
- @eh-steve made their first contribution in https://github.com/gorilla/mux/pull/676
- @sy9 made their first contribution in https://github.com/gorilla/mux/pull/733
Full Changelog: https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1