We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7936e86 commit 8d09cf4Copy full SHA for 8d09cf4
docs/release-notes.md
@@ -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](http://github.com/encode/starlette/pull/2435).
8
+* Cancel `WebSocketTestSession` on close [#2427](http://github.com/encode/starlette/pull/2427).
9
+* Raise `WebSocketDisconnect` when `WebSocket.send()` excepts `IOError` [#2425](http://github.com/encode/starlette/pull/2425).
10
+* Raise `FileNotFoundError` when the `env_file` parameter on `Config` is not valid [#2422](http://github.com/encode/starlette/pull/2422).
11
12
## 0.35.1
13
14
January 11, 2024
starlette/__init__.py
@@ -1 +1 @@
-__version__ = "0.35.1"
+__version__ = "0.36.0"
0 commit comments