Skip to content

Commit

Permalink
Version 0.41.3 (#2754)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored Nov 18, 2024
1 parent 9dc9d2e commit 1a8efba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion starlette/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.41.2"
__version__ = "0.41.3"

0 comments on commit 1a8efba

Please sign in to comment.