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

latest releases: v5.3.0, v5.2.1, v5.2.0...
3 years ago
  • Added Optional flag to BasicAuthenticator and JWTAuthenticator.
  • Added support for database.options for the SQLite driver.
  • Added response.Hijack(). Therefore, *goyave.Response now implements http.Hijacker. Note that status handlers and middleware (requests finalization step in their lifecycle) will still work for hijacked connections.
  • Added websocket support.
  • Added shutdown hooks.
  • Added goyave.BaseURL().
  • Added config.LoadJSON(). This can be used to load configuration from an embedded configuration file using Go's 1.16 embed directive.
  • Static file serving will no longer print "no such file or directory" to the error logger.
  • Static file serving optimization: check file existence once instead of twice.

Don't miss a new goyave release

NewReleases is sending notifications on new releases.