]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.38.0 (#2647) 0.38.0
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Sat, 20 Jul 2024 09:16:30 +0000 (11:16 +0200)
committerGitHub <noreply@github.com>
Sat, 20 Jul 2024 09:16:30 +0000 (03:16 -0600)
* Version 0.38.0

* Version 0.38.0

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

index b5e2124c5a5ed1efb3e4742287a22dde6c43eb10..42905633f141b8ac90978b67176e99be85c7aaf9 100644 (file)
@@ -1,3 +1,22 @@
+## 0.38.0
+
+July 20, 2024
+
+#### Added
+
+* Allow use of `memoryview` in `StreamingResponse` and `Response` [#2576](https://github.com/encode/starlette/pull/2576)
+  and [#2577](https://github.com/encode/starlette/pull/2577).
+* Send 404 instead of 500 when filename requested is too long on `StaticFiles` [#2583](https://github.com/encode/starlette/pull/2583).
+
+#### Changed
+
+* Fail fast on invalid `Jinja2Template` instantiation parameters [#2568](https://github.com/encode/starlette/pull/2568).
+* Check endpoint handler is async only once [#2536](https://github.com/encode/starlette/pull/2536).
+
+#### Fixed
+
+* Add proper synchronization to `WebSocketTestSession` [#2597](https://github.com/encode/starlette/pull/2597).
+
 ## 0.37.2
 
 March 5, 2024
index 4a2dd331e8bca32c5e84514afa333bd335baf930..978180b4ce57ecf8d9f409fab7b2e000c896d2b5 100644 (file)
@@ -1 +1 @@
-__version__ = "0.37.2"
+__version__ = "0.38.0"