Skip to content

Commit bf2d4e1

Browse files
authored
Version 0.33.0 (#2354)
1 parent a1ee8b4 commit bf2d4e1

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

docs/release-notes.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.33.0
2+
3+
December 1, 2023
4+
5+
### Added
6+
7+
* Add `middleware` per `Route`/`WebSocketRoute` [#2349](https://github.com/encode/starlette/pull/2349).
8+
* Add `middleware` per `Router` [#2351](https://github.com/encode/starlette/pull/2351).
9+
10+
### Fixed
11+
12+
* Do not overwrite `"path"` and `"root_path"` scope keys [#2352](https://github.com/encode/starlette/pull/2352).
13+
* Set `ensure_ascii=False` on `json.dumps()` for `WebSocket.send_json()` [#2341](https://github.com/encode/starlette/pull/2341).
14+
115
## 0.32.0.post1
216

317
November 5, 2023

starlette/__init__.py

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

0 commit comments

Comments
 (0)