Skip to content

Release v5.11.0

Choose a tag to compare

@System-Glitch System-Glitch released this 30 Oct 09:02
· 10 commits to master since this release
v5.11.0
cca5560

Changes

  • Authentication (#282)
    • Added auth.SchemeAuthenticator interface that authenticators can implement to indicate the scheme they are using. On authentication failure, the auth middleware adds the WWW-Authenticate header to the response if the authenticator implements auth.SchemeAuthenticator.
    • Added auth.MiddlewareWithRealm to provide custom realm description for the WWW-Authenticate header.
  • Added an explicit error message when server.RegisterRoutes is called more than once.
  • Static file serving: fixed an issue on Windows which resulted in 404 errors if the filesystem was embedded and the requested path contained slashes. #281

New Contributors

Full Changelog: v5.10.0...v5.11.0