Version 0.36.0 (#2432)

* Version 0.36.0

* Update release-notes.md
This commit is contained in:
Marcelo Trylesinski 2024-01-22 21:36:10 +01:00 committed by GitHub
parent 7936e86f0a
commit 8d09cf4b69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
## 0.36.0
January 22, 2024
#### Added
* Add support for ASGI `pathsend` extension [#2435](http://github.com/encode/starlette/pull/2435).
* Cancel `WebSocketTestSession` on close [#2427](http://github.com/encode/starlette/pull/2427).
* Raise `WebSocketDisconnect` when `WebSocket.send()` excepts `IOError` [#2425](http://github.com/encode/starlette/pull/2425).
* Raise `FileNotFoundError` when the `env_file` parameter on `Config` is not valid [#2422](http://github.com/encode/starlette/pull/2422).
## 0.35.1
January 11, 2024

View File

@ -1 +1 @@
__version__ = "0.35.1"
__version__ = "0.36.0"