Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-socketio: upgrade 5.8.0 -> 5.9.0 | Wang Mingyu | 2023-09-07 | 1 | -28/+0 |
| | | | | | | | | | | | | | | | | | Changelog: =========== Optimized performance and memory usage for broadcasts Improved documentation on horizontal scaling Corrected user session documentation example Improved grammar in documentation Fix docstring typo: client/server mixup Fix typos in the documentation Upgrade dependencies in Django server example Update reference JavaScript examples Upgrade to pypy-3.9 in unit tests Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python3-socketio: upgrade 5.7.2 -> 5.8.0 | Wang Mingyu | 2023-03-22 | 1 | -0/+28 |
Changelog: ========== Made kombu client manager more robust and efficient Made aio_pika client manager more robust and efficient Correctly handle emits to multiple rooms in the async server Expose the ignore_queue option in namespaces Do not automatically import zmq TLS/SSL client documentation Removed incorrect reference to multiple callback invocations in documentation Fix documentation typos Add Python 3.11 to builds Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |