14
0

Accepting request 1032064 from home:yarunachalam:branches:devel:languages:python

- Update to 5.7.2 
  * Fixed disconnect implementation when using a message queue #1002 (commit)
  * Fixed remote async disconnects via message queue #1003 (commit)
  * Support optional payloads in msgpack implementation #981 (commit) (thanks Cromfel!)
  * Recommend ASGI integration for Sanic in Documentation (commit)

OBS-URL: https://build.opensuse.org/request/show/1032064
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-socketio?expand=0&rev=10
This commit is contained in:
2022-10-31 10:10:48 +00:00
committed by Git OBS Bridge
parent 51755a0a83
commit e1742be223
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Oct 28 20:49:21 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 5.7.2
* Fixed disconnect implementation when using a message queue #1002 (commit)
* Fixed remote async disconnects via message queue #1003 (commit)
* Support optional payloads in msgpack implementation #981 (commit) (thanks Cromfel!)
* Recommend ASGI integration for Sanic in Documentation (commit)
-------------------------------------------------------------------
Thu Oct 6 22:50:37 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>