New
v1.7.2
⚠️ This release relaxes the host:port matching when using *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.
CHANGELOG
- Route.Host -matching will ignore any provided port from getHost(), if… (#447) @cognusion