forked from pool/python-python-engineio
* Fix inverted shutdown logic in async service task #354 * More robust WebSocket close detection in the sync client #346 * Option to disable routing in ASGIApp #345 * More robust handling of polling disconnects #254 * Clearer client logs after disconnect #342 * Combine ssl_verify with other SSL options * Hold references to background tasks to avoid garbage collection * Clearer documentation for the `max_http_buffer_size` argument * Fix invalid WebSocket responses #331 #332 #338 - Update to version 4.3.4 * Remove unused version constant #262 (commit 1 commit 2) * Reuse the aiohttp client session on reconnects #226 (commit) * Remove executable permissions from files that lack shebang lines #240 (commit) (thanks Ben Beasley!) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-engineio?expand=0&rev=15
110 lines
4.8 KiB
Plaintext
110 lines
4.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Sep 30 10:46:52 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 4.9.1:
|
|
* Fix inverted shutdown logic in async service task #354
|
|
* More robust WebSocket close detection in the sync client #346
|
|
* Option to disable routing in ASGIApp #345
|
|
* More robust handling of polling disconnects #254
|
|
* Clearer client logs after disconnect #342
|
|
* Combine ssl_verify with other SSL options
|
|
* Hold references to background tasks to avoid garbage
|
|
collection
|
|
* Clearer documentation for the `max_http_buffer_size` argument
|
|
* Fix invalid WebSocket responses #331 #332 #338
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 14 00:46:24 UTC 2024 - Guang Yee <gyee@suse.com>
|
|
|
|
- Update to version 4.8.0
|
|
* Return consistent responses after Websocket connection ends
|
|
* Migrate Python package metadata to pyproject.toml
|
|
* Remove Python 3.7 from builds
|
|
* Internal code restructure (no functional changes)
|
|
- Drop python-311.patch as it is included upstream
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 1 16:43:25 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 21 10:05:49 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- Add python-311.patch to support python 3.11,
|
|
gh#miguelgrinberg/python-engineio@ac3911356fbe
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 6 22:22:07 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to version 4.3.4
|
|
* Let companion ASGI app handle lifespan events #287 (commit)
|
|
* Use configured request timeout when making a WebSocket connection #286 (commit) (thanks jpfarias!)
|
|
|
|
- Update to version 4.3.3
|
|
* Handle ASGI lifespan when running with a secondary ASGI app #284 (commit) (thanks mozartilize!)
|
|
* Update deprecated usage of asyncio.wait() #281 (commit) (thanks Ben Beasley!)
|
|
* Better handling of queued WebSocket messages in uWSGI #256 (commit)
|
|
* Gracefully fail to decode empty packets #269 (commit)
|
|
* Only attempt to set an async signal handler once #276 (commit)
|
|
|
|
- Update to version 4.3.2
|
|
* Option to use a callable for cors_allowed_origins #264 (commit)
|
|
* Close aiohttp session when disconnecting #272 (commit)
|
|
* Remove 3.6 and pypy-3.6 builds, add 3.10 and pypy-3.8 (commit)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 19 12:31:11 UTC 2022 - Axel Braun <axel.braun@gmx.de>
|
|
|
|
- version 4.3.1
|
|
* Fix support for Sanic v21.9.0 and up (commit) (thanks 13g10n!)
|
|
* Include example code in flake8 pass (commit)
|
|
* Remove unused version constant #262 (commit 1 commit 2)
|
|
* Backward incompatible change: Reject websocket messages larger than max_http_buffer_size #260 (commit)
|
|
* Enable or disable specific transports #259 (commit) (thanks Maciej Szeptuch!)
|
|
* Option to disable the SIGINT handler in the client (commit)
|
|
* Support binary packets with zero length #257 (commit)
|
|
* Improve documentation on start_background_task() function (commit)
|
|
* Remove unsanitized client input from error messages #250 (commit) (thanks André Carvalho!)
|
|
* Use plaintext Content-Type when using polling #248 (commit) (thanks Tobias!)
|
|
* Return better error messages for client connection errors #243 (commit)
|
|
* Reuse the aiohttp client session on reconnects #226 (commit)
|
|
* Support setting socketio_path to the root URL #242 (commit)
|
|
* Use the gevent selector to avoid 1024 file handle limitation of select#228 (commit)
|
|
* Pass reason when closing a WebSocket connection (commit)
|
|
* Improved project structure (commit)
|
|
* Remove executable permissions from files that lack shebang lines #240 (commit) (thanks Ben Beasley!)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 25 17:35:08 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Update to 4.2.0
|
|
* large changelog: see CHANGES.md
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 16 09:42:45 UTC 2021 - Axel Braun <axel.braun@gmx.de>
|
|
|
|
- python2 build removed
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 29 00:45:14 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Convert to single spec
|
|
- Remove merged patch CVE-2019-13611.patch
|
|
- Activate test suite
|
|
- Update to v3.14.1
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 13 18:52:37 UTC 2019 - eapodaca@suse.com
|
|
|
|
- Add patch CVE-2019-13611.patch (SOC-9989) (bsc#1141676)
|
|
* python-python-engineio: An issue was discovered in
|
|
python-engineio through 3.8.2. There is a Cross-Site WebSocket
|
|
Hijacking (CSWSH) vulnerability that allows attackers to make
|
|
WebSocket connections to a server
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 1 15:27:05 UTC 2018 - gsmith@suse.com
|
|
|
|
- Initial version 2.0.2
|