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 53f9dc0 commit 2d0dde8Copy full SHA for 2d0dde8
docs/release-notes.md
@@ -3,6 +3,13 @@ hide: navigation
3
toc_depth: 2
4
---
5
6
+## 0.38.5 (September 7, 2024)
7
+
8
+#### Fixed
9
10
+* Schedule `BackgroundTasks` from within `BaseHTTPMiddleware` [#2688](https://github.com/encode/starlette/pull/2688).
11
+ This behavior was removed in 0.38.3, and is now restored.
12
13
## 0.38.4 (September 1, 2024)
14
15
#### Fixed
starlette/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.38.4"
+__version__ = "0.38.5"
0 commit comments