]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.41.3 (#2754) 0.41.3
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Mon, 18 Nov 2024 19:43:25 +0000 (20:43 +0100)
committerGitHub <noreply@github.com>
Mon, 18 Nov 2024 19:43:25 +0000 (20:43 +0100)
docs/release-notes.md
starlette/__init__.py

index 66186ebd27a26f2299471ce7a142375e33516e6b..c484234f3d98aa18fdafcfbabb9943de43f0395d 100644 (file)
@@ -2,6 +2,14 @@
 toc_depth: 2
 ---
 
+## 0.41.3 (November 18, 2024)
+
+#### Fixed
+
+* Exclude the query parameters from the `scope[raw_path]` on the `TestClient` [#2716](https://github.com/encode/starlette/pull/2716).
+* Replace `dict` by `Mapping` on `HTTPException.headers` [#2749](https://github.com/encode/starlette/pull/2749).
+* Correct middleware argument passing and improve factory pattern [#2752](https://github.com/encode/starlette/2752).
+
 ## 0.41.2 (October 27, 2024)
 
 #### Fixed
index b0416f28d6b470d94d47aa400263522f14821c90..ef838c9858230c8ef078be997abd43ed089af8e7 100644 (file)
@@ -1 +1 @@
-__version__ = "0.41.2"
+__version__ = "0.41.3"