File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,16 @@ hide: navigation
33toc_depth : 2
44---
55
6+ ## 0.39.1 (September 25, 2024)
7+
8+ #### Fixed
9+
10+ - Avoid regex re-compilation in ` responses.py ` and ` schemas.py ` [ #2700 ] ( https://github.com/encode/starlette/pull/2700 ) .
11+ - Improve performance of ` get_route_path ` by removing regular expression usage
12+ [ #2701 ] ( https://github.com/encode/starlette/pull/2701 ) .
13+ - Consider ` FileResponse.chunk_size ` when handling multiple ranges [ #2703 ] ( https://github.com/encode/starlette/pull/2703 ) .
14+ - Use ` token_hex ` for generating multipart boundary strings [ #2702 ] ( https://github.com/encode/starlette/pull/2702 ) .
15+
616## 0.39.0 (September 23, 2024)
717
818#### Added
Original file line number Diff line number Diff line change 1- __version__ = "0.39.0 "
1+ __version__ = "0.39.1 "
You can’t perform that action at this time.
0 commit comments