Skip to content

v2.0.1

Compare
Choose a tag to compare
@RobertoPrevato RobertoPrevato released this 09 Dec 16:27
· 26 commits to main since this release
5f9bc45
  • Fixes #441 causing the refresh_token endpoint for OpenID Connect
    integrations to not work when authentication is required by default.
  • Fixes #427, handling WebSocket errors according to ASGI specification.
  • Fixes #443, raising a detailed exception when more than one application is
    sharing the same instance of Router
  • Fixes #438 and #436, restoring support for uvicorn used programmatically
    and reloading the application object more than once in the same process.