14
0

- 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:
2024-09-30 10:47:35 +00:00
committed by Git OBS Bridge
parent 0701988951
commit 33b92a068e
4 changed files with 24 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2a32585d8fecd0118264fe0c39788670456ca9aa466d7c026d995cfff68af164
size 88626

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:466d960bcbd0d5c0ebc0987c03182f461c6bcbc8eec64a020c7e0eee42b9cd6d
size 317721

View File

@@ -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>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-python-engineio
Version: 4.8.0
Version: 4.9.1
Release: 0
Summary: EngineIO server
License: MIT