]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.37.2 (#2533) 0.37.2
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Tue, 5 Mar 2024 16:08:44 +0000 (16:08 +0000)
committerGitHub <noreply@github.com>
Tue, 5 Mar 2024 16:08:44 +0000 (16:08 +0000)
* Version 0.37.2

* Update docs/release-notes.md

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

index b17fabef4063fa197b6f430189d48f8e75564af5..b5e2124c5a5ed1efb3e4742287a22dde6c43eb10 100644 (file)
@@ -1,3 +1,16 @@
+## 0.37.2
+
+March 5, 2024
+
+#### Added
+
+* Add `bytes` to `_RequestData` type [#2510](https://github.com/encode/starlette/pull/2510).
+
+#### Fixed
+
+* Revert "Turn `scope["client"]` to `None` on `TestClient` (#2377)" [#2525](https://github.com/encode/starlette/pull/2525).
+* Remove deprecated `app` argument passed to `httpx.Client` on the `TestClient` [#2526](https://github.com/encode/starlette/pull/2526).
+
 ## 0.37.1
 
 February 9, 2024
index 04b7c866d1ce184edc66cff1d458e2a07d988114..4a2dd331e8bca32c5e84514afa333bd335baf930 100644 (file)
@@ -1 +1 @@
-__version__ = "0.37.1"
+__version__ = "0.37.2"