We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b6938 commit 46131a1Copy full SHA for 46131a1
docs/release-notes.md
@@ -3,6 +3,12 @@ hide: navigation
3
toc_depth: 2
4
---
5
6
+## 0.41.0 (October 15, 2024)
7
+
8
+#### Added
9
10
+- Allow to raise `HTTPException` before `websocket.accept()` [#2725](https://github.com/encode/starlette/pull/2725).
11
12
## 0.40.0 (October 15, 2024)
13
14
This release fixes a Denial of service (DoS) via `multipart/form-data` requests.
starlette/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.40.0"
+__version__ = "0.41.0"
0 commit comments