Skip to content

v1.12.1

Compare
Choose a tag to compare
@Fenny Fenny released this 27 Jun 15:18
df36654

🔥 New

  • app.Settings.UnescapePath
    Converts all encoded characters in the route back before setting the path for the context, so that the routing can also work with urlencoded special characters #506
  • Router will return a 405 Method Not Allowed over 404 Not Found when the path exist on another HTTP method #492

🧹 Updates


🩹 Fixes

  • Remove panic on invalid method override #493
  • Child procs will exit when killing the master process #501
  • Timeout settings has been clarified #500 and middleware.Timeout has been added #489
  • app.Routes() returns the correct path endpoints
  • Fix typo in compress middleware #513

🧬 Internal Middleware