mux v1.7.0 Release Notes

Release Date: 2019-01-27 // about 5 years ago
  • 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