]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.44.0 (#2819) 0.44.0
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Sat, 28 Dec 2024 07:31:23 +0000 (08:31 +0100)
committerGitHub <noreply@github.com>
Sat, 28 Dec 2024 07:31:23 +0000 (08:31 +0100)
* Version 0.44.0

* Update docs/release-notes.md

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

index 6cf12ab4fc7f46611f8b019c4c7350359b4ff7d9..1a4ff85b9a5e3d6a9745446bcfe1757b78776181 100644 (file)
@@ -2,6 +2,13 @@
 toc_depth: 2
 ---
 
+## 0.44.0 (December 28, 2024)
+
+#### Added
+
+* Add `client` parameter to `TestClient` [#2810](https://github.com/encode/starlette/pull/2810).
+* Add `max_part_size` parameter to `Request.form()` [#2815](https://github.com/encode/starlette/pull/2815).
+
 ## 0.43.0 (December 25, 2024)
 
 #### Removed
index 1a923102f64888ea9610b57435ffa86f4a7ed571..1b33897fbee31a1424167b5e3cbc8d3c39e15f8d 100644 (file)
@@ -1 +1 @@
-__version__ = "0.43.0"
+__version__ = "0.44.0"