We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7da43 commit b65be5dCopy full SHA for b65be5d
docs/release-notes.md
@@ -1,5 +1,8 @@
1
## Latest changes
2
3
+* Upgrade required Starlette to `0.12.9`, the new range is `>=0.12.9,<=0.12.9`.
4
+ * Add `State` to FastAPI apps at `app.state`.
5
+ * PR [#593](https://github.com/tiangolo/fastapi/pull/593).
6
* Improve handling of custom classes for `Request`s and `APIRoute`s.
7
* This helps to more easily solve use cases like:
8
* Reading a body before and/or after a request (equivalent to a middleware).
0 commit comments