Skip to content

8.0.1 / 2026-06-22

Choose a tag to compare

@github-actions github-actions released this 22 Jun 19:31
· 10 commits to master since this release
702609f

Fixed

  • Fixed resolving route names for routers registered via include_router() on FastAPI 0.116+ leading to AttributeError getting raised on every request. The internal route name resolution now also handles _IncludedRouter and recurses into the included router's own routes so the Prometheus label reflects the leaf endpoint. Thanks to @adeebmirza in #371 for fixing it.
  • Fixed hitting mounts with slash redirection collecting wrong handler name. Thanks to @lbonn for raising and fixing this issue in #369.