1
0

- Update to version 5.11.4

* Prevent crash when client sends empty event
  * Add missing `to` argument in manager's `emit()` method (#1374)
  * Reorganization of server documentation (#1350)
  * Update documentation note about Sanic issues (#1365)
- Adjust upstream source name in spec file

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-socketio?expand=0&rev=16
This commit is contained in:
2024-09-06 23:02:15 +00:00
committed by Git OBS Bridge
parent 5a550857f2
commit 7a01b35997
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Sep 6 06:24:13 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 5.11.4
* Prevent crash when client sends empty event
* Add missing `to` argument in manager's `emit()` method (#1374)
* Reorganization of server documentation (#1350)
* Update documentation note about Sanic issues (#1365)
- Adjust upstream source name in spec file
-------------------------------------------------------------------
Tue Sep 3 04:58:19 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>