You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes.md
+20-1
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,25 @@ All deprecated features have been removed.
14
14
* Removed `ExceptionMiddleware` from the `exceptions` module, it can now be found in the `middleware.exceptions` module.
15
15
* Removed multiple possible argument sequences from `TemplateResponse`.
16
16
17
+
## 0.36.1
18
+
19
+
January 23, 2024
20
+
21
+
#### Fixed
22
+
23
+
* Check if "extensions" in scope before checking the extension [#2438](https://github.com/encode/starlette/pull/2438).
24
+
25
+
## 0.36.0
26
+
27
+
January 22, 2024
28
+
29
+
#### Added
30
+
31
+
* Add support for ASGI `pathsend` extension [#2435](https://github.com/encode/starlette/pull/2435).
32
+
* Cancel `WebSocketTestSession` on close [#2427](https://github.com/encode/starlette/pull/2427).
33
+
* Raise `WebSocketDisconnect` when `WebSocket.send()` excepts `IOError`[#2425](https://github.com/encode/starlette/pull/2425).
34
+
* Raise `FileNotFoundError` when the `env_file` parameter on `Config` is not valid [#2422](https://github.com/encode/starlette/pull/2422).
35
+
17
36
## 0.35.1
18
37
19
38
January 11, 2024
@@ -190,7 +209,7 @@ March 9, 2023
190
209
March 9, 2023
191
210
192
211
### Added
193
-
* Support [lifespan state](/lifespan/)[#2060](https://github.com/encode/starlette/pull/2060),
212
+
* Support [lifespan state](lifespan.md)[#2060](https://github.com/encode/starlette/pull/2060),
194
213
[#2065](https://github.com/encode/starlette/pull/2065) and [#2064](https://github.com/encode/starlette/pull/2064).
0 commit comments