Skip to content

Commit aa6caf9

Browse files
authored
Version 0.32.0 (#2324)
* Version 0.32.0 * Update docs/release-notes.md
1 parent 1373910 commit aa6caf9

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

docs/release-notes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.32.0
2+
3+
### Added
4+
5+
* Send `reason` on `WebSocketDisconnect` [#2309](https:://github.com/encode/starlette/pull/2309).
6+
* Add `domain` parameter to `SessionMiddleware` [#2280](https:://github.com/encode/starlette/pull/2280).
7+
8+
### Changed
9+
10+
* Inherit from `HTMLResponse` instead of `Response` on `_TemplateResponse` [#2274](https://github.com/encode/starlette/pull/2274).
11+
* Restore the `Response.render` type annotation to its pre-0.31.0 state [#2264](https://github.com/encode/starlette/pull/2264).
12+
113
## 0.31.1
214

315
August 26, 2023

starlette/__init__.py

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

0 commit comments

Comments
 (0)