Skip to content

Commit

Permalink
Version 0.45.0 (#2828)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored Dec 29, 2024
1 parent b133ab4 commit 31d182c
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.45.0 (December 29, 2024)

#### Removed

* Drop Python 3.8 support [#2823](https://github.com/encode/starlette/pull/2823).
* Remove `ExceptionMiddleware` import proxy from `starlette.exceptions` module [#2826](https://github.com/encode/starlette/pull/2826).
* Remove deprecated `WS_1004_NO_STATUS_RCVD` and `WS_1005_ABNORMAL_CLOSURE` [#2827](https://github.com/encode/starlette/pull/2827).

## 0.44.0 (December 28, 2024)

#### Added
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.44.0"
__version__ = "0.45.0"

0 comments on commit 31d182c

Please sign in to comment.