Path to this page:
Subject: CVS commit: pkgsrc/www/py-starlette
From: Adam Ciarcinski
Date: 2025-02-25 18:58:02
Message id: 20250225175802.2289AFBE1@cvs.NetBSD.org
Log Message:
py-starlette: updated to 0.46.0
0.46.0 (February 22, 2025)
Added
* `GZipMiddleware`: Make sure `Vary` header is always added if a response can be \
compressed
Fixed
* Raise exception from background task on BaseHTTPMiddleware
* `GZipMiddleware`: Don't compress on server sent events
Changed
* `MultiPartParser`: Rename `max_file_size` to `spool_max_size`
Deprecated
* Add deprecated warning to `TestClient(timeout=...)`
Files: