mux v1.8.0 Release Notes
Release Date: 2020-08-22 // about 4 years ago-
v1.8.0 addresses a minor regression with the variable extraction when using a wildcard host match. Specifying
.Host(โfoo.example.com:{port:.*})
will now correctly capture the port intomux.Vars
.๐ CHANGELOG
- ๐ fix: regression in vars extract for wildcard host (#579) @harshavardhana
- โ Remove stale text from comment. (#568) @EricIO
Previous changes from v1.7.4
-
๐ v1.7.4 addresses a number of performance improvements (#544), bugs (#509, #535), and documentation improvements.
๐ CHANGELOG
- โฌ๏ธ Reduce allocations in (*routeRegexp).getURLQuery (#544) @klauspost
- ๐ Fixed golint warnings (#526) @KosToZyB
- ๐ fix headers regexp test case (#536) @icattlecoder
- ๐ Fix the CORSMethodMiddleware bug with subrouters (#535) @fharding1
- โ Remove/cleanup request context helpers (#525) @fharding1
- Guess the scheme if r.URL.Scheme is unset (#474) @euank
- โ Added capacity to slice creation, when capacity is known (#516) @vivekv96
- ๐ฆ Modified http status codes, using constants provided by the http package (#514) @vivekv96
- ๐ bugfix/subrouter custom methodNotAllowed handler returning 404 (#509) (#510) @jonasdebeukelaer
- โก๏ธ Update README (self-host logo) (#513) @elithrar
- โ Remove TravisCI badge (#503) @elithrar
- โ Add documentation for using mux to serve a SPA (#493) @fharding1
- Simplify code (#501) @muesli
- Avoid unnecessary conversion (#502) @muesli
- โก๏ธ Update config.yml (#495) @elithrar