8000
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 d771bb7 commit 72c2334Copy full SHA for 72c2334
docs/release-notes.md
@@ -1,3 +1,15 @@
1
+## 0.38.3
2
+
3
+September 1, 2024
4
5
+#### Added
6
7
+* Support for Python 3.13 [#2662](https://github.com/encode/starlette/pull/2662).
8
9
+#### Fixed
10
11
+* Don't poll for disconnects in `BaseHTTPMiddleware` via `StreamingResponse` [#2620](https://github.com/encode/starlette/pull/2620).
12
13
## 0.38.2
14
15
July 27, 2024
starlette/__init__.py
@@ -1 +1 @@
-__version__ = "0.38.2"
+__version__ = "0.38.3"
0 commit comments