Skip to content

Commit 23c81da

Browse files
authored
Version 0.34.0 (#2368)
1 parent 80818a4 commit 23c81da

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

docs/release-notes.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
119
## 0.33.0
220

321
December 1, 2023

starlette/__init__.py

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

0 commit comments

Comments
 (0)