File python-httpx-ws.changes of Package python-httpx-ws
-------------------------------------------------------------------
Sun Mar 29 12:17:49 UTC 2026 - Dirk Müller <dmueller@suse.com>
- update to 0.9.0:
* Async exceptions are now wrapped in `ExceptionGroup`. Due to
the switch to anyio.AsyncContextManagerMixin for cancellation
safety, exceptions that propagate out of the async with block
are now wrapped in an ExceptionGroup.
* Fix #136: unclosed AnyIO queues after the ASGI transport was
closed.
- update to 0.8.2:
* ASGIWebSocketTransport: increase the initial receive timeout
to 1 second and
* make it configurable via `initial_receive_timeout` parameter.
Fix #123
-------------------------------------------------------------------
Wed Nov 13 15:14:59 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.6.2:
* Improve efficiency of WebSocketSession by reusing a single
thread pool when waiting for messages
* Fix (#73) anyio misusages
* Fix (#74) unclosed anyio streams
* Fix (#76) memory leak with non-async WebSocketSession
-------------------------------------------------------------------
Fri Aug 30 11:21:19 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Initial specfile for v0.6.0 required to test
python-pycrdt-websocket