17
0

- update to 4.12.3:

* Reset client queue upon disconnection #414 (commit)
  * Support `['*']` in addition to `'*'` in the
    `cors_allowed_origins` option #410 (commit)
  * Support new monkey-patched gevent `Queue` class in the client
    #403 (commit)
  * Better support of the ASGI spec when interpreting WebSocket
    events #405 (commit)
  * Accept empty binary values in the async server #404 (commit)
  * Add SPDX license identifier #401 (commit)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-engineio?expand=0&rev=24
This commit is contained in:
2025-11-11 21:58:32 +00:00
committed by Git OBS Bridge
parent a6d86b9c4f
commit 5068e25a08
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Nov 11 21:58:08 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 4.12.3:
* Reset client queue upon disconnection #414 (commit)
* Support `['*']` in addition to `'*'` in the
`cors_allowed_origins` option #410 (commit)
* Support new monkey-patched gevent `Queue` class in the client
#403 (commit)
* Better support of the ASGI spec when interpreting WebSocket
events #405 (commit)
* Accept empty binary values in the async server #404 (commit)
* Add SPDX license identifier #401 (commit)
-------------------------------------------------------------------
Wed Apr 16 10:52:22 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>