Skip to content

v1.7.2

Compare
Choose a tag to compare
@release-drafter release-drafter released this 17 May 00:28

⚠️ 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