]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.36.0 (#2432) 0.36.0
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Mon, 22 Jan 2024 20:36:10 +0000 (21:36 +0100)
committerGitHub <noreply@github.com>
Mon, 22 Jan 2024 20:36:10 +0000 (20:36 +0000)
* Version 0.36.0

* Update release-notes.md

docs/release-notes.md
starlette/__init__.py

index 5b1f39bdac8e8ac201778d6cdfe19c19e7e90224..844fe2ef5e6fc89bbaac33e73be6aa52b4484489 100644 (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
index 98bb08f92e4d18b35513bb131b1fcb2de43508a8..d9f2629e2382449e4df76aa2656f0102741cdb5e 100644 (file)
@@ -1 +1 @@
-__version__ = "0.35.1"
+__version__ = "0.36.0"