mirror of https://github.com/tiangolo/fastapi.git
* ♻️ Refactor dependency AsyncExitStack logic, exit dependencies after creating the response, before sending it * ✅ Update tests for dependencies exit, check they are finished before the response is sent * 🔥 Remove ExitAsyncStackMiddleware as it's no longer needed * 📝 Update docs for dependencies with yield * 📝 Update release notes * 📝 Add source examples for new dependencies with yield raising * ✅ Add tests for new dependencies raising after yield * 📝 Update release notes |
||
|---|---|---|
| .. | ||
| classes-as-dependencies.md | ||
| dependencies-in-path-operation-decorators.md | ||
| dependencies-with-yield.md | ||
| global-dependencies.md | ||
| index.md | ||
| sub-dependencies.md | ||