]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 3 Apr 2019 11:49:58 +0000 (15:49 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 3 Apr 2019 11:49:58 +0000 (15:49 +0400)
docs/release-notes.md

index 78dd73b0b5f3680c16447f3a3681fcce1544446b..0f010a48fb2247e7f3284008b8fbd2eb155eaf45 100644 (file)
@@ -1,5 +1,7 @@
 ## Next release
 
+* Add `auto_error` parameter to security utility functions. Allowing them to be optional. Also allowing to have multiple alternative security schemes that are then checked in a single dependency instead of each one verifying and returning the error to the client automatically when not satisfied. PR <a href="https://github.com/tiangolo/fastapi/pull/134" target="_blank">#134</a>.
+
 * Update <a href="https://fastapi.tiangolo.com/tutorial/sql-databases/#create-a-middleware-to-handle-sessions" target="_blank">SQL Tutorial</a> to close database sessions even when there are exceptions. PR <a href="https://github.com/tiangolo/fastapi/pull/89" target="_blank">#89</a> by <a href="https://github.com/alexiri" target="_blank">@alexiri</a>.
 
 * Fix duplicate dependency in `pyproject.toml`. PR <a href="https://github.com/tiangolo/fastapi/pull/128" target="_blank">#128</a> by <a href="https://github.com/zxalif" target="_blank">@zxalif</a>.