]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.45.0 (#2828) 0.45.0
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Sun, 29 Dec 2024 09:25:24 +0000 (10:25 +0100)
committerGitHub <noreply@github.com>
Sun, 29 Dec 2024 09:25:24 +0000 (10:25 +0100)
docs/release-notes.md
starlette/__init__.py

index 1a4ff85b9a5e3d6a9745446bcfe1757b78776181..6002c4d2b3d95da697f0958ada04b83c9cb33616 100644 (file)
@@ -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
index 1b33897fbee31a1424167b5e3cbc8d3c39e15f8d..4d8afa5ba70d5a8e0cb6dbd23fa17aabacad4845 100644 (file)
@@ -1 +1 @@
-__version__ = "0.44.0"
+__version__ = "0.45.0"