From: Sebastián Ramírez Date: Sat, 27 Apr 2019 13:04:00 +0000 (+0400) Subject: :memo: Update release notes X-Git-Tag: 0.20.0~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f4be79be514d0f30e530475ea0a77a98b12d3eaf;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 5a50598336..0ccfaf647b 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,12 @@ ## Next release +* Upgrade OAuth2: + * Upgrade Password flow using Bearer tokens to use the correct HTTP status code 401 `UNAUTHORIZED`, with `WWW-Authenticate` headers. + * Update, simplify, and improve all the security docs. + * Add new `scope_str` to `SecurityScopes` and update docs: OAuth2 scopes. + * Update docs, images, tests. + * PR #188. + * Include Hypercorn as an alternative ASGI server in the docs. PR #187. * Add docs for Static Files and Templates. PR #186.