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 b133ab4 commit 31d182cCopy full SHA for 31d182c
docs/release-notes.md
@@ -2,6 +2,14 @@
2
toc_depth: 2
3
---
4
5
+## 0.45.0 (December 29, 2024)
6
+
7
+#### Removed
8
9
+* Drop Python 3.8 support [#2823](https://github.com/encode/starlette/pull/2823).
10
+* Remove `ExceptionMiddleware` import proxy from `starlette.exceptions` module [#2826](https://github.com/encode/starlette/pull/2826).
11
+* Remove deprecated `WS_1004_NO_STATUS_RCVD` and `WS_1005_ABNORMAL_CLOSURE` [#2827](https://github.com/encode/starlette/pull/2827).
12
13
## 0.44.0 (December 28, 2024)
14
15
#### Added
starlette/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.44.0"
+__version__ = "0.45.0"
0 commit comments