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 80818a4 commit 23c81daCopy full SHA for 23c81da
2 files changed
docs/release-notes.md
@@ -1,3 +1,21 @@
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
19
## 0.33.0
20
21
December 1, 2023
starlette/__init__.py
@@ -1 +1 @@
-__version__ = "0.33.0"
+__version__ = "0.34.0"
0 commit comments