Skip to content

Commit

Permalink
Version 0.32.0 (#2324)
Browse files Browse the repository at this point in the history
* Version 0.32.0

* Update docs/release-notes.md
  • Loading branch information
Kludex committed Nov 4, 2023
1 parent 1373910 commit aa6caf9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.32.0

### Added

* Send `reason` on `WebSocketDisconnect` [#2309](https:://github.com/encode/starlette/pull/2309).
* Add `domain` parameter to `SessionMiddleware` [#2280](https:://github.com/encode/starlette/pull/2280).

### Changed

* Inherit from `HTMLResponse` instead of `Response` on `_TemplateResponse` [#2274](https://github.com/encode/starlette/pull/2274).
* Restore the `Response.render` type annotation to its pre-0.31.0 state [#2264](https://github.com/encode/starlette/pull/2264).

## 0.31.1

August 26, 2023
Expand Down
2 changes: 1 addition & 1 deletion starlette/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.31.1"
__version__ = "0.32.0"

0 comments on commit aa6caf9

Please sign in to comment.