Skip to content

Commit 31d182c

Browse files
authored
Version 0.45.0 (#2828)
1 parent b133ab4 commit 31d182c

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.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+
513
## 0.44.0 (December 28, 2024)
614

715
#### Added

starlette/__init__.py

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

0 commit comments

Comments
 (0)