From: Sebastián Ramírez Date: Wed, 3 Apr 2019 11:49:58 +0000 (+0400) Subject: :memo: Update release notes X-Git-Tag: 0.11.0~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=378b39bbbc817a174714c5f1cf54e5599ebdc2d0;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 78dd73b0b5..0f010a48fb 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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 #134. + * Update SQL Tutorial to close database sessions even when there are exceptions. PR #89 by @alexiri. * Fix duplicate dependency in `pyproject.toml`. PR #128 by @zxalif.