]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Updates release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 24 Nov 2025 19:12:28 +0000 (20:12 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 24 Nov 2025 19:12:28 +0000 (20:12 +0100)
docs/en/docs/release-notes.md

index c2190dafed06e8270630a98e9a54d076c8b36bbd..0ccb6b04e54ff85074564404176a85b739201ba0 100644 (file)
@@ -10,6 +10,7 @@ hide:
 ### Fixes
 
 * 🐛 Use `401` status code in security classes when credentials are missing. PR [#13786](https://github.com/fastapi/fastapi/pull/13786) by [@YuriiMotov](https://github.com/YuriiMotov).
+    * If your code depended on these classes raising the old (less correct) `403` status code, check the new docs about how to override the classes, to use the same old behavior: [Use Old 403 Authentication Error Status Codes](https://fastapi.tiangolo.com/how-to/authentication-error-status-code/).
 
 ### Internal