Skip to content

Commit 702fe81

Browse files
Kludexadriangb
andauthored
Version 0.19.1 (#1591)
* 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>
1 parent 9329160 commit 702fe81

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/release-notes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.19.1
2+
3+
April 22, 2022
4+
5+
### Fixed
6+
* Fix inference of `Route.name` when created from methods [#1553](https://github.com/encode/starlette/pull/1553).
7+
* Avoid `TypeError` on `websocket.disconnect` when code is `None` [#1574](https://github.com/encode/starlette/pull/1574).
8+
9+
### Deprecated
10+
* 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).
11+
12+
113
## 0.19.0
214

315
March 9, 2022

starlette/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.19.0"
1+
__version__ = "0.19.1"

0 commit comments

Comments
 (0)