summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-socketio_5.9.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-socketio: upgrade 5.9.0 -> 5.10.0Wang Mingyu2023-10-231-28/+0
| | | | | | | | | | | | | | | | | | | | | Changelog: =========== -New SimpleClient and AsyncSimpleClient classes -Reporting to Socket.IO Admin UI -Support entering and leaving rooms through pubsub client managers -Async versions of enter_room and leave_room should be coroutines -Add a shutdown() function for the server -Message queue optimizations -Remove unneeded arguments from super() -Internal code restructure (no functional changes) -Add FastAPI and Litestar server examples -Update Socket.IO JavaScript client to version 4.7.2 in all examples -Update ping_timeout documented default to accord with current Engine.IO behavior -Refactor common testing helpers into a separate module -Migrate Python package metadata to pyproject.toml Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-socketio: upgrade 5.8.0 -> 5.9.0Wang Mingyu2023-09-071-0/+28
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>