Skip to content

Commit 8d09cf4

Browse files
authored
Version 0.36.0 (#2432)
* Version 0.36.0 * Update release-notes.md
1 parent 7936e86 commit 8d09cf4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/release-notes.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.36.0
2+
3+
January 22, 2024
4+
5+
#### Added
6+
7+
* Add support for ASGI `pathsend` extension [#2435](https://github.com./encode/starlette/pull/2435).
8+
* Cancel `WebSocketTestSession` on close [#2427](https://github.com./encode/starlette/pull/2427).
9+
* Raise `WebSocketDisconnect` when `WebSocket.send()` excepts `IOError` [#2425](https://github.com./encode/starlette/pull/2425).
10+
* Raise `FileNotFoundError` when the `env_file` parameter on `Config` is not valid [#2422](https://github.com./encode/starlette/pull/2422).
11+
112
## 0.35.1
213

314
January 11, 2024

starlette/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.35.1"
1+
__version__ = "0.36.0"

0 commit comments

Comments
 (0)