]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.46.0 (#2883) 0.46.0
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Sat, 22 Feb 2025 17:30:23 +0000 (14:30 -0300)
committerGitHub <noreply@github.com>
Sat, 22 Feb 2025 17:30:23 +0000 (14:30 -0300)
docs/release-notes.md
starlette/__init__.py

index 6217d726a2f38b0fb7b354f032d2e25b388cd778..856ddbca62587ad539b767310f0a179c91e25dba 100644 (file)
@@ -2,6 +2,25 @@
 toc_depth: 2
 ---
 
+## 0.46.0 (February 22, 2025)
+
+#### Added
+
+* `GZipMiddleware`: Make sure `Vary` header is always added if a response can be compressed [#2865](https://github.com/encode/starlette/pull/2865).
+
+#### Fixed
+
+* Raise exception from background task on BaseHTTPMiddleware [#2812](https://github.com/encode/starlette/pull/2812).
+* `GZipMiddleware`: Don't compress on server sent events [#2871](https://github.com/encode/starlette/pull/2871).
+
+#### Changed
+
+* `MultiPartParser`: Rename `max_file_size` to `spool_max_size` [#2780](https://github.com/encode/starlette/pull/2780).
+
+#### Deprecated
+
+* Add deprecated warning to `TestClient(timeout=...)` [#2840](https://github.com/encode/starlette/pull/2840).
+
 ## 0.45.3 (January 24, 2025)
 
 #### Fixed
index ebd289900246260c4fbcee5602428d7e4a98d8a3..6f709872219ac06f22d628322ffa3611eefad2be 100644 (file)
@@ -1 +1 @@
-__version__ = "0.45.3"
+__version__ = "0.46.0"