Skip to content

Commit

Permalink
Version 0.45.1 (#2832)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored Dec 30, 2024
1 parent 76e053a commit 7c0d1e6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.45.0"
__version__ = "0.45.1"

0 comments on commit 7c0d1e6

Please sign in to comment.