forked from pool/python-python-engineio
- update to 4.10.1:
* Reject request with incorrect transport #367 (commit) * Reject requests with incorrect transport #367 (commit) * Fixed runtime error when disconnecting all clients #368 (commit) * More flexible handling of the ASGI path #359 (commit) * Remove unused parameter in log message #377 (commit) * Minor updates to the server and client documentation (commit) * Add Python 3.13 CI builds (commit) * Run tests with mocked eventlet to avoid 3.13 failures (commit) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-engineio?expand=0&rev=16
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 30 10:46:52 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
Fri Oct 18 10:52:04 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
|
||||
- update to 4.10.1:
|
||||
* Reject request with incorrect transport #367 (commit)
|
||||
* Reject requests with incorrect transport #367 (commit)
|
||||
* Fixed runtime error when disconnecting all clients #368
|
||||
(commit)
|
||||
* More flexible handling of the ASGI path #359 (commit)
|
||||
* Remove unused parameter in log message #377 (commit)
|
||||
* Minor updates to the server and client documentation (commit)
|
||||
* Add Python 3.13 CI builds (commit)
|
||||
* Run tests with mocked eventlet to avoid 3.13 failures
|
||||
(commit)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 14 00:46:24 UTC 2024 - Guang Yee <gyee@suse.com>
|
||||
|
Reference in New Issue
Block a user