]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.19.1 (#1591) 0.19.1
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Fri, 22 Apr 2022 05:26:15 +0000 (07:26 +0200)
committerGitHub <noreply@github.com>
Fri, 22 Apr 2022 05:26:15 +0000 (07:26 +0200)
* Version 0.19.1

* Apply suggestions from code review

* Update docs/release-notes.md

* Update docs/release-notes.md

Co-authored-by: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>
Co-authored-by: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>
docs/release-notes.md
starlette/__init__.py

index f2cb34ccea3e933b98dcbd3311854b13025cce64..abec69bd416be704c08da0c53d7805c2b27e0945 100644 (file)
@@ -1,3 +1,15 @@
+## 0.19.1
+
+April 22, 2022
+
+### Fixed
+* Fix inference of `Route.name` when created from methods [#1553](https://github.com/encode/starlette/pull/1553).
+* Avoid `TypeError` on `websocket.disconnect` when code is `None` [#1574](https://github.com/encode/starlette/pull/1574).
+
+### Deprecated
+* Deprecate `WS_1004_NO_STATUS_RCVD` and `WS_1005_ABNORMAL_CLOSURE` in favor of `WS_1005_NO_STATUS_RCVD` and `WS_1006_ABNORMAL_CLOSURE`, as the previous constants didn't match the [WebSockets specs](https://www.iana.org/assignments/websocket/websocket.xhtml) [#1580](https://github.com/encode/starlette/pull/1580).
+
+
 ## 0.19.0
 
 March 9, 2022
index 11ac8e1a9e33877e76a433e295c838877be17fcb..4c1ca3c80986ea8ec44ff096e50770c7e4f06ab8 100644 (file)
@@ -1 +1 @@
-__version__ = "0.19.0"
+__version__ = "0.19.1"