This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/gorilla/mux | require | minor |
v1.6.3-0.20181030152528-3d80bc801bb0 -> v1.8.0
|
v1.8.0
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 into mux.Vars
.
v1.7.4
v1.7.4 addresses a number of performance improvements (#544), bugs (#509, #535), and documentation improvements.
v1.7.3
This is a patch release that mostly incorporates test & build system updates, as well as fixing a rare cause of panics.
v1.7.2
*Route.Host()
as introduced in v1.7.0. If a port is not provided, the route will match on any port, matching behaviour for all versions of mux prior to v1.7.0.
See #447 for a fuller discussion.
v1.7.1
No notable changes
This MR has been generated by Renovate Bot.