8000 Version 0.38.3 (#2678) · encode/starlette@72c2334 · GitHub
[go: up one dir, main page]

Skip to content

Commit 72c2334

Browse files
authored
Version 0.38.3 (#2678)
1 parent d771bb7 commit 72c2334

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/release-notes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
113
## 0.38.2
214

315
July 27, 2024

starlette/__init__.py

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

0 commit comments

Comments
 (0)
0