]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.45.1 (#2832) 0.45.1
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Mon, 30 Dec 2024 21:06:32 +0000 (22:06 +0100)
committerGitHub <noreply@github.com>
Mon, 30 Dec 2024 21:06:32 +0000 (22:06 +0100)
docs/release-notes.md
starlette/__init__.py

index 6002c4d2b3d95da697f0958ada04b83c9cb33616..6011f389ae00d0c021efcab102d58cb7f69212f4 100644 (file)
@@ -2,6 +2,17 @@
 toc_depth: 2
 ---
 
+## 0.45.1 (December 30, 2024)
+
+#### Fixed
+
+* Close `MemoryObjectReceiveStream` left unclosed upon exception in `BaseHTTPMiddleware` children [#2813](https://github.com/encode/starlette/pull/2813).
+* Collect errors more reliably from the WebSocket logic on the `TestClient` [#2814](https://github.com/encode/starlette/pull/2814).
+
+#### Refactor
+
+* Use a pair of memory object streams instead of two queues on the `TestClient` [#2829](https://github.com/encode/starlette/pull/2829).
+
 ## 0.45.0 (December 29, 2024)
 
 #### Removed
index 4d8afa5ba70d5a8e0cb6dbd23fa17aabacad4845..058b03fe9f8bbd6a79e254aa2fbcb0a3ed9202b4 100644 (file)
@@ -1 +1 @@
-__version__ = "0.45.0"
+__version__ = "0.45.1"