mux v1.7.2 Release Notes

Release Date: 2019-05-17 // almost 5 years ago
  • ๐Ÿš€ โš ๏ธ 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