Skip to content

Commit 1a8efba

Browse files
authored
Version 0.41.3 (#2754)
1 parent 9dc9d2e commit 1a8efba

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/release-notes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
toc_depth: 2
33
---
44

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+
513
## 0.41.2 (October 27, 2024)
614

715
#### Fixed

starlette/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.41.2"
1+
__version__ = "0.41.3"

0 commit comments

Comments
 (0)