We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc9d2e commit 1a8efbaCopy full SHA for 1a8efba
docs/release-notes.md
@@ -2,6 +2,14 @@
2
toc_depth: 2
3
---
4
5
+## 0.41.3 (November 18, 2024)
6
+
7
+#### Fixed
8
9
+* Exclude the query parameters from the `scope[raw_path]` on the `TestClient` [#2716](https://github.com/encode/starlette/pull/2716).
10
+* Replace `dict` by `Mapping` on `HTTPException.headers` [#2749](https://github.com/encode/starlette/pull/2749).
11
+* Correct middleware argument passing and improve factory pattern [#2752](https://github.com/encode/starlette/2752).
12
13
## 0.41.2 (October 27, 2024)
14
15
#### Fixed
starlette/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.41.2"
+__version__ = "0.41.3"
0 commit comments