Skip to content

Commit 12d9659

Browse files
authored
Version 0.29.0 (#2209)
1 parent 0308681 commit 12d9659

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/release-notes.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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+
117
## 0.28.0
218

319
June 7, 2023

starlette/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.28.0"
1+
__version__ = "0.29.0"

0 commit comments

Comments
 (0)