File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.29.0
2
+
3
+ July 13, 2023
4
+
5
+ ### Added
6
+
7
+ * Add ` follow_redirects ` parameter to ` TestClient ` [ #2207 ] ( https://github.com/encode/starlette/pull/2207 ) .
8
+ * Add ` __str__ ` to ` HTTPException ` and ` WebSocketException ` [ #2181 ] ( https://github.com/encode/starlette/pull/2181 ) .
9
+ * Warn users when using ` lifespan ` together with ` on_startup ` /` on_shutdown ` [ #2193 ] ( https://github.com/encode/starlette/pull/2193 ) .
10
+ * Collect routes from ` Host ` to generate the OpenAPI schema [ #2183 ] ( https://github.com/encode/starlette/pull/2183 ) .
11
+ * Add ` request ` argument to ` TemplateResponse ` [ #2191 ] ( https://github.com/encode/starlette/pull/2191 ) .
12
+
13
+ ### Fixed
14
+
15
+ * Stop ` body_stream ` in case ` more_body=False ` on ` BaseHTTPMiddleware ` [ #2194 ] ( https://github.com/encode/starlette/pull/2194 ) .
16
+
1
17
## 0.28.0
2
18
3
19
June 7, 2023
Original file line number Diff line number Diff line change 1
- __version__ = "0.28 .0"
1
+ __version__ = "0.29 .0"
You can’t perform that action at this time.
0 commit comments