forked from pool/python-python-engineio
- 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 - 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
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2a32585d8fecd0118264fe0c39788670456ca9aa466d7c026d995cfff68af164
|
|
||||||
size 88626
|
|
3
python-engineio-4.9.1.tar.gz
Normal file
3
python-engineio-4.9.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:466d960bcbd0d5c0ebc0987c03182f461c6bcbc8eec64a020c7e0eee42b9cd6d
|
||||||
|
size 317721
|
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Wed Aug 14 00:46:24 UTC 2024 - Guang Yee <gyee@suse.com>
|
||||||
|
|
||||||
@@ -22,7 +37,7 @@ Tue Feb 21 10:05:49 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 6 22:22:07 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Thu Oct 6 22:22:07 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
- Update to version 4.3.4
|
- Update to version 4.3.4
|
||||||
* Let companion ASGI app handle lifespan events #287 (commit)
|
* Let companion ASGI app handle lifespan events #287 (commit)
|
||||||
* Use configured request timeout when making a WebSocket connection #286 (commit) (thanks jpfarias!)
|
* Use configured request timeout when making a WebSocket connection #286 (commit) (thanks jpfarias!)
|
||||||
|
|
||||||
@@ -44,7 +59,7 @@ Wed Jan 19 12:31:11 UTC 2022 - Axel Braun <axel.braun@gmx.de>
|
|||||||
- version 4.3.1
|
- version 4.3.1
|
||||||
* Fix support for Sanic v21.9.0 and up (commit) (thanks 13g10n!)
|
* Fix support for Sanic v21.9.0 and up (commit) (thanks 13g10n!)
|
||||||
* Include example code in flake8 pass (commit)
|
* Include example code in flake8 pass (commit)
|
||||||
* Remove unused version constant #262 (commit 1 commit 2)
|
* Remove unused version constant #262 (commit 1 commit 2)
|
||||||
* Backward incompatible change: Reject websocket messages larger than max_http_buffer_size #260 (commit)
|
* Backward incompatible change: Reject websocket messages larger than max_http_buffer_size #260 (commit)
|
||||||
* Enable or disable specific transports #259 (commit) (thanks Maciej Szeptuch!)
|
* Enable or disable specific transports #259 (commit) (thanks Maciej Szeptuch!)
|
||||||
* Option to disable the SIGINT handler in the client (commit)
|
* Option to disable the SIGINT handler in the client (commit)
|
||||||
@@ -53,13 +68,13 @@ Wed Jan 19 12:31:11 UTC 2022 - Axel Braun <axel.braun@gmx.de>
|
|||||||
* Remove unsanitized client input from error messages #250 (commit) (thanks André Carvalho!)
|
* Remove unsanitized client input from error messages #250 (commit) (thanks André Carvalho!)
|
||||||
* Use plaintext Content-Type when using polling #248 (commit) (thanks Tobias!)
|
* Use plaintext Content-Type when using polling #248 (commit) (thanks Tobias!)
|
||||||
* Return better error messages for client connection errors #243 (commit)
|
* Return better error messages for client connection errors #243 (commit)
|
||||||
* Reuse the aiohttp client session on reconnects #226 (commit)
|
* Reuse the aiohttp client session on reconnects #226 (commit)
|
||||||
* Support setting socketio_path to the root URL #242 (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)
|
* Use the gevent selector to avoid 1024 file handle limitation of select#228 (commit)
|
||||||
* Pass reason when closing a WebSocket connection (commit)
|
* Pass reason when closing a WebSocket connection (commit)
|
||||||
* Improved project structure (commit)
|
* Improved project structure (commit)
|
||||||
* Remove executable permissions from files that lack shebang lines #240 (commit) (thanks Ben Beasley!)
|
* 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>
|
Tue May 25 17:35:08 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-python-engineio
|
Name: python-python-engineio
|
||||||
Version: 4.8.0
|
Version: 4.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: EngineIO server
|
Summary: EngineIO server
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Reference in New Issue
Block a user