]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.39.1 (#2706) 0.39.1
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Wed, 25 Sep 2024 15:24:24 +0000 (17:24 +0200)
committerGitHub <noreply@github.com>
Wed, 25 Sep 2024 15:24:24 +0000 (17:24 +0200)
* Version 0.39.1

* Update docs/release-notes.md

* Update docs/release-notes.md

* Update docs/release-notes.md

docs/release-notes.md
starlette/__init__.py

index f7c73797434290e6216c613f77101c6b3f5b0ce5..8dcff9c4d77703aa9fa08644cc1224f399356c11 100644 (file)
@@ -3,6 +3,16 @@ hide: navigation
 toc_depth: 2
 ---
 
+## 0.39.1 (September 25, 2024)
+
+#### Fixed
+
+- Avoid regex re-compilation in `responses.py` and `schemas.py` [#2700](https://github.com/encode/starlette/pull/2700).
+- Improve performance of `get_route_path` by removing regular expression usage
+  [#2701](https://github.com/encode/starlette/pull/2701).
+- Consider `FileResponse.chunk_size` when handling multiple ranges [#2703](https://github.com/encode/starlette/pull/2703).
+- Use `token_hex` for generating multipart boundary strings [#2702](https://github.com/encode/starlette/pull/2702).
+
 ## 0.39.0 (September 23, 2024)
 
 #### Added
index e72781a79a8d572e8fe079d59fb7fbb112b8793b..9442842ad86eaa17db09b42806dcac5957e02845 100644 (file)
@@ -1 +1 @@
-__version__ = "0.39.0"
+__version__ = "0.39.1"