forked from pool/python-python-socketio
- version 5.5.1 * Support multiple Kafka servers (thanks sparkingdark!) * Include example code in flake8 pass * Option to disable the SIGINT handler in the client #792 * Do not invoke reserved events on a catch-all handler #814 * Use correct binary packet types in the msgpack packet encoder #811 * Add missing call() method to namespace classes #800 * Add missing to argument to namespace emit() and send() methods #810 * Configure Redis pubsub to skip subscription messages * Migrate async Redis client manager to aioredis 2 #771 (thanks Sam Mosleh!) * Update Python supported versions in docs * Document how to get the connection state in the client #799 * Improved documentation of start_background_task() function * Improved documentation of call() method #813 * Fixed intermittent test failures #572 - version 5.4.1 * Catch-all event handlers * Implement disconnect method for external processes #684 - update to version 5.4.0 * Big changelog, see CHANGES.md - Update to 5.3.0 * Big changelog, see CHANGES.md - python2 build removed - Convert to single spec - Activate test suite - Update to v4.6.1 - Initial version 1.8.4 OBS-URL: https://build.opensuse.org/request/show/948208 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-socketio?expand=0&rev=7
55 lines
2.0 KiB
Plaintext
55 lines
2.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Jan 23 08:34:21 UTC 2022 - Axel Braun <axel.braun@gmx.de>
|
|
|
|
- version 5.5.1
|
|
* Support multiple Kafka servers (thanks sparkingdark!)
|
|
* Include example code in flake8 pass
|
|
* Option to disable the SIGINT handler in the client #792
|
|
* Do not invoke reserved events on a catch-all handler #814
|
|
* Use correct binary packet types in the msgpack packet encoder #811
|
|
* Add missing call() method to namespace classes #800
|
|
* Add missing to argument to namespace emit() and send() methods #810
|
|
* Configure Redis pubsub to skip subscription messages
|
|
* Migrate async Redis client manager to aioredis 2 #771 (thanks Sam Mosleh!)
|
|
* Update Python supported versions in docs
|
|
* Document how to get the connection state in the client #799
|
|
* Improved documentation of start_background_task() function
|
|
* Improved documentation of call() method #813
|
|
* Fixed intermittent test failures #572
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 23 16:21:35 UTC 2021 - Axel Braun <axel.braun@gmx.de>
|
|
|
|
- version 5.4.1
|
|
* Catch-all event handlers
|
|
* Implement disconnect method for external processes #684
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 6 10:45:54 UTC 2021 - Axel Braun <axel.braun@gmx.de>
|
|
|
|
- update to version 5.4.0
|
|
* Big changelog, see CHANGES.md
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 25 17:26:54 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Update to 5.3.0
|
|
* Big changelog, see CHANGES.md
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 16 09:43:42 UTC 2021 - Axel Braun <axel.braun@gmx.de>
|
|
|
|
- python2 build removed
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 29 02:00:48 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Convert to single spec
|
|
- Activate test suite
|
|
- Update to v4.6.1
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 1 15:35:31 UTC 2018 - gsmith@suse.com
|
|
|
|
- Initial version 1.8.4
|