File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.34.0
2+
3+ December 16, 2023
4+
5+ ### Added
6+
7+ * Use ` ParamSpec ` for ` run_in_threadpool ` [ #2375 ] ( https://github.com/encode/starlette/pull/2375 ) .
8+ * Add ` UploadFile.__repr__ ` [ #2360 ] ( https://github.com/encode/starlette/pull/2360 ) .
9+
10+ ### Fixed
11+
12+ * Merge URLs properly on ` TestClient ` [ #2376 ] ( https://github.com/encode/starlette/pull/2376 ) .
13+ * Take weak ETags in consideration on ` StaticFiles ` [ #2334 ] ( https://github.com/encode/starlette/pull/2334 ) .
14+
15+ ### Deprecated
16+
17+ * Deprecate ` FileResponse(method=...) ` parameter [ #2366 ] ( https://github.com/encode/starlette/pull/2366 ) .
18+
119## 0.33.0
220
321December 1, 2023
Original file line number Diff line number Diff line change 1- __version__ = "0.33 .0"
1+ __version__ = "0.34 .0"
You can’t perform that action at this time.
0 commit comments