14
0

Accepting request 979600 from home:stroeder:python

Update to 0.19.1 (last release with support for Python 3.6)

OBS-URL: https://build.opensuse.org/request/show/979600
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-starlette?expand=0&rev=9
This commit is contained in:
2022-05-29 06:44:42 +00:00
committed by Git OBS Bridge
parent 2c8442109e
commit ccdeb51f78
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat May 28 15:16:15 UTC 2022 - Michael Ströder <michael@stroeder.com>
- Update to 0.19.1:
* Fixed
- Fix inference of Route.name when created from methods #1553.
- Avoid TypeError on websocket.disconnect when code is None #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 #1580.
-------------------------------------------------------------------
Mon Apr 18 15:27:00 UTC 2022 - Michael Ströder <michael@stroeder.com>