Skip to content

馃 v1.7.0

Compare
Choose a tag to compare
@release-drafter release-drafter released this 27 Jan 19:47

Notable changes:

  • mux will only support Go 1.7 and newer: this has allowed us to remove the older gorilla/context code. Go 1.7 has been out since August 2016.
  • *Route.Host() matching now includes the host:port, as opposed to just the host.
  • Subrouters should correctly return a 405 if the route matches but the method does not (see #437 for details)

CHANGELOG