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 a1ee8b4 commit bf2d4e1Copy full SHA for bf2d4e1
docs/release-notes.md
@@ -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
15
## 0.32.0.post1
16
17
November 5, 2023
starlette/__init__.py
@@ -1 +1 @@
-__version__ = "0.32.0.post1"
+__version__ = "0.33.0"
0 commit comments