14
0

Accepting request 1008607 from home:yarunachalam:branches:devel:languages:python

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

OBS-URL: https://build.opensuse.org/request/show/1008607
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-engineio?expand=0&rev=6
This commit is contained in:
2022-10-07 07:55:51 +00:00
committed by Git OBS Bridge
parent 7d821b0e41
commit e947477506
4 changed files with 23 additions and 4 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
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>