github gofiber/fiber v1.12.1

latest releases: v3.0.0-beta.2, v2.52.4, v2.52.3...
3 years ago

🔥 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


Don't miss a new fiber release

NewReleases is sending notifications on new releases.