mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-12 13:36:41 +00:00
🔖 Release 0.13.0
This commit is contained in:
parent
1e4f86db6d
commit
1b8bbd51d8
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
## Next release
|
## Next release
|
||||||
|
|
||||||
|
## 0.13.0
|
||||||
|
|
||||||
* Improve/upgrade OAuth2 scopes support with `SecurityScopes`:
|
* Improve/upgrade OAuth2 scopes support with `SecurityScopes`:
|
||||||
* `SecurityScopes` can be declared as a parameter like `Request`, to get the scopes of all super-dependencies/dependants.
|
* `SecurityScopes` can be declared as a parameter like `Request`, to get the scopes of all super-dependencies/dependants.
|
||||||
* Improve `Security` handling, merging scopes when declaring `SecurityScopes`.
|
* Improve `Security` handling, merging scopes when declaring `SecurityScopes`.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
|
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
|
||||||
|
|
||||||
__version__ = "0.12.1"
|
__version__ = "0.13.0"
|
||||||
|
|
||||||
from starlette.background import BackgroundTasks
|
from starlette.background import BackgroundTasks
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue