github go-goyave/goyave v5.0.0-rc5
Pre-release v5.0.0-rc5

latest releases: v5.3.0, v5.2.1, v5.2.0...
pre-release7 months ago
  • Added a name to special routes (the notFound and methodNotAllowed routes) so it is possible to know if there was no matched route from inside a global middleware.
  • testutil.TestMiddleware now also copies the request.Route.
  • ⚠️ The auth middleware is now only executed if the matched route (or one of its parents) have the meta auth.MetaAuth set to true. This means the auth.Middleware is now meant to be used as a global middleware. Routers and routes can be individually marked as requiring auth or not.

Don't miss a new goyave release

NewReleases is sending notifications on new releases.