Skip to content

Commit 2d0dde8

Browse files
Kludexadriangb
andauthored
Version 0.38.5 (#2689)
* Version 0.38.5 * Update release-notes.md Co-authored-by: Adrian Garcia Badaracco <[email protected]> --------- Co-authored-by: Adrian Garcia Badaracco <[email protected]>
1 parent 53f9dc0 commit 2d0dde8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/release-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ hide: navigation
33
toc_depth: 2
44
---
55

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+
613
## 0.38.4 (September 1, 2024)
714

815
#### Fixed

starlette/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.38.4"
1+
__version__ = "0.38.5"

0 commit comments

Comments
 (0)