]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Sun, 11 Jun 2023 21:49:52 +0000 (21:49 +0000)
committergithub-actions <github-actions@github.com>
Sun, 11 Jun 2023 21:49:52 +0000 (21:49 +0000)
docs/en/docs/release-notes.md

index 160ec2fe813622c587b7d75818e418e1d0d36e4a..2ea4ef8e13f23f266ec90279d574f23eed08b336 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest Changes
 
+* ♻️ Simplify `AsyncExitStackMiddleware` as without Python 3.6 `AsyncExitStack` is always available. PR [#9657](https://github.com/tiangolo/fastapi/pull/9657) by [@tiangolo](https://github.com/tiangolo).
 * ⬇️ Separate requirements for development into their own requirements.txt files, they shouldn't be extras. PR [#9655](https://github.com/tiangolo/fastapi/pull/9655) by [@tiangolo](https://github.com/tiangolo).
 * ✨ Add support for `dependencies` in WebSocket routes. PR [#4534](https://github.com/tiangolo/fastapi/pull/4534) by [@paulo-raca](https://github.com/paulo-raca).
 * ✨ Add exception handler for `WebSocketRequestValidationError` (which also allows to override it). PR [#6030](https://github.com/tiangolo/fastapi/pull/6030) by [@kristjanvalur](https://github.com/kristjanvalur).