]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.38.5 (#2689) 0.38.5
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Sun, 8 Sep 2024 09:49:21 +0000 (10:49 +0100)
committerGitHub <noreply@github.com>
Sun, 8 Sep 2024 09:49:21 +0000 (10:49 +0100)
* Version 0.38.5

* Update release-notes.md

Co-authored-by: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>
---------

Co-authored-by: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>
docs/release-notes.md
starlette/__init__.py

index 90a14c8aac7877e2a7a46b823809fa1d0dcb802b..5f9cce7ebf1bec64917e9b07f14176de2da0e083 100644 (file)
@@ -3,6 +3,13 @@ hide: navigation
 toc_depth: 2
 ---
 
+## 0.38.5 (September 7, 2024)
+
+#### Fixed
+
+* Schedule `BackgroundTasks` from within `BaseHTTPMiddleware` [#2688](https://github.com/encode/starlette/pull/2688).
+  This behavior was removed in 0.38.3, and is now restored.
+
 ## 0.38.4 (September 1, 2024)
 
 #### Fixed
index 78e51f61f1c4115178cea8db33029ca266032c4f..b997ca9226b4a241afe4c2249636cdfad537cbe3 100644 (file)
@@ -1 +1 @@
-__version__ = "0.38.4"
+__version__ = "0.38.5"