github go-goyave/goyave v2.7.0
Release v2.7.0

latest releases: v5.3.0, v5.2.1, v5.2.0...
4 years ago
  • Added Request.Request() accessor to get the raw *http.Request.
  • Fixed a bug allowing non-core middleware applied to the root router to be executed when the "Not Found" or "Method Not Allowed" routes were matched.
  • Fixed a bug making route groups (sub-routers with empty prefix) conflict with their parent router when two routes having the same path but different methods are registered in both routers.
  • Added chained writers.
  • Added gzip compression middleware.
  • Added the ability to register route-specific middleware in Router.Static().

Don't miss a new goyave release

NewReleases is sending notifications on new releases.