Matej Cepl 2022-07-13 10:37:27 +00:00 committed by Git OBS Bridge
parent 8b4f8465b6
commit 2a08bb961d

View File

@ -2,6 +2,19 @@
Tue Jul 12 17:55:25 UTC 2022 - Michael Ströder <michael@stroeder.com>
- Update to 0.20.4:
- Remove converter from path when generating OpenAPI schema
#1648.
- Revert "Allow StaticFiles to follow symlinks" #1681.
- Fix regression on route paths with colons #1675.
- Allow StaticFiles to follow symlinks #1337.
- Improve detection of async callables #1444.
- Send 400 (Bad Request) when boundary is missing #1617.
- Send 400 (Bad Request) when missing "name" field on
Content-Disposition header #1643.
- Do not send empty data to StreamingResponse on
BaseHTTPMiddleware #1609.
- Add __bool__ dunder for Secret #1625.
- Drop Python 3.6 support #1357 and #1616.
-------------------------------------------------------------------
Sat May 28 15:16:15 UTC 2022 - Michael Ströder <michael@stroeder.com>