]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.38.3 (#2678) 0.38.3
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Sun, 1 Sep 2024 07:16:18 +0000 (09:16 +0200)
committerGitHub <noreply@github.com>
Sun, 1 Sep 2024 07:16:18 +0000 (09:16 +0200)
docs/release-notes.md
starlette/__init__.py

index 1fd9e79dae1b1aec7e05c3186544cf079e28713b..1597fc4f117a47ee729f8c47616432b1f49f55b8 100644 (file)
@@ -1,3 +1,15 @@
+## 0.38.3
+
+September 1, 2024
+
+#### Added
+
+* Support for Python 3.13 [#2662](https://github.com/encode/starlette/pull/2662).
+
+#### Fixed
+
+* Don't poll for disconnects in `BaseHTTPMiddleware` via `StreamingResponse` [#2620](https://github.com/encode/starlette/pull/2620).
+
 ## 0.38.2
 
 July 27, 2024
index 52d9aaa464eab5d404ae9002f0e22a14a10082e7..2b0caa31ca3fa2fb858f42cec8aec2eeadbda95b 100644 (file)
@@ -1 +1 @@
-__version__ = "0.38.2"
+__version__ = "0.38.3"