We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1373910 commit aa6caf9Copy full SHA for aa6caf9
2 files changed
docs/release-notes.md
@@ -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
13
## 0.31.1
14
15
August 26, 2023
starlette/__init__.py
@@ -1 +1 @@
-__version__ = "0.31.1"
+__version__ = "0.32.0"
0 commit comments