We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d70ad3 commit 8d0cff8Copy full SHA for 8d0cff8
docs/release-notes.md
@@ -3,6 +3,12 @@ hide: navigation
3
toc_depth: 2
4
---
5
6
+## 0.38.6 (September 22, 2024)
7
+
8
+#### Fixed
9
10
+* Close unclosed `MemoryObjectReceiveStream` in `TestClient` [#2693](https://github.com/encode/starlette/pull/2693).
11
12
## 0.38.5 (September 7, 2024)
13
14
#### Fixed
starlette/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.38.5"
+__version__ = "0.38.6"
0 commit comments