15
0

- update to 0.38.5:

* Schedule `BackgroundTasks` from within `BaseHTTPMiddleware`
    #2688.
- update to 0.38.4:
  * Ensure accurate `root_path` removal in `get_route_path`
    function #2600
- update to 0.38.3:
  * Support for Python 3.13 #2662.
  * Don't poll for disconnects in `BaseHTTPMiddleware` via
    `StreamingResponse` #2620.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-starlette?expand=0&rev=52
This commit is contained in:
2024-09-08 15:06:36 +00:00
committed by Git OBS Bridge
parent 7203bb809f
commit ce1549705c
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Sep 8 15:05:40 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.38.5:
* Schedule `BackgroundTasks` from within `BaseHTTPMiddleware`
#2688.
- update to 0.38.4:
* Ensure accurate `root_path` removal in `get_route_path`
function #2600
- update to 0.38.3:
* Support for Python 3.13 #2662.
* Don't poll for disconnects in `BaseHTTPMiddleware` via
`StreamingResponse` #2620.
-------------------------------------------------------------------
Tue Aug 13 09:41:53 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>