]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.41.0 (#2729) 0.41.0
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Tue, 15 Oct 2024 17:30:20 +0000 (19:30 +0200)
committerGitHub <noreply@github.com>
Tue, 15 Oct 2024 17:30:20 +0000 (19:30 +0200)
docs/release-notes.md
starlette/__init__.py

index 2cc2400f26b22447e624835e025e7f6daf9c7a93..ceb02c6be8c03c2d93808172c5a7a05a158f1f23 100644 (file)
@@ -3,6 +3,12 @@ hide: navigation
 toc_depth: 2
 ---
 
+## 0.41.0 (October 15, 2024)
+
+#### Added
+
+- Allow to raise `HTTPException` before `websocket.accept()` [#2725](https://github.com/encode/starlette/pull/2725).
+
 ## 0.40.0 (October 15, 2024)
 
 This release fixes a Denial of service (DoS) via `multipart/form-data` requests.
index da7ed90a99e4b933de88b198313249eeb2473ccc..22ffde200f86e5a0dbbae5bd5c50106039209c56 100644 (file)
@@ -1 +1 @@
-__version__ = "0.40.0"
+__version__ = "0.41.0"