Version 0.33.0 (#2354)

This commit is contained in:
Marcelo Trylesinski 2023-12-01 14:38:58 +01:00 committed by GitHub
parent a1ee8b4f45
commit bf2d4e1485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,17 @@
## 0.33.0
December 1, 2023
### Added
* Add `middleware` per `Route`/`WebSocketRoute` [#2349](https://github.com/encode/starlette/pull/2349).
* Add `middleware` per `Router` [#2351](https://github.com/encode/starlette/pull/2351).
### Fixed
* Do not overwrite `"path"` and `"root_path"` scope keys [#2352](https://github.com/encode/starlette/pull/2352).
* Set `ensure_ascii=False` on `json.dumps()` for `WebSocket.send_json()` [#2341](https://github.com/encode/starlette/pull/2341).
## 0.32.0.post1
November 5, 2023

View File

@ -1 +1 @@
__version__ = "0.32.0.post1"
__version__ = "0.33.0"