]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Tue, 23 Aug 2022 13:31:17 +0000 (13:31 +0000)
committergithub-actions <github-actions@github.com>
Tue, 23 Aug 2022 13:31:17 +0000 (13:31 +0000)
docs/en/docs/release-notes.md

index 0cab8220aaa8cc51fad5f08d3d105d659cb769c7..f2c455e2fd9242796af4f59e2c7a93eee0b4c4b0 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest Changes
 
+* 🐛 Fix cached dependencies when using a dependency in `Security()` and other places (e.g. `Depends()`) with different OAuth2 scopes. PR [#2945](https://github.com/tiangolo/fastapi/pull/2945) by [@laggardkernel](https://github.com/laggardkernel).
 * 🐛 Fix `response_model` not invalidating `None`. PR [#2725](https://github.com/tiangolo/fastapi/pull/2725) by [@hukkin](https://github.com/hukkin).
 * 🎨 Update type annotations for `response_model`, allow things like `Union[str, None]`. PR [#5294](https://github.com/tiangolo/fastapi/pull/5294) by [@tiangolo](https://github.com/tiangolo).
 * 🌐 Fix typos in German translation for `docs/de/docs/features.md`. PR [#4533](https://github.com/tiangolo/fastapi/pull/4533) by [@0xflotus](https://github.com/0xflotus).