From 2a08bb961d5350f8601f17f530ca12d1571968afd3d1a6219027eee7ef3fdf34 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 13 Jul 2022 10:37:27 +0000 Subject: [PATCH] Fix changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-starlette?expand=0&rev=12 --- python-starlette.changes | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/python-starlette.changes b/python-starlette.changes index 88ebab3..38b6535 100644 --- a/python-starlette.changes +++ b/python-starlette.changes @@ -2,6 +2,19 @@ Tue Jul 12 17:55:25 UTC 2022 - Michael Ströder - 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