Aiohttp-sse

Latest version: v2.2.0

Safety actively analyzes 619181 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

2.2.0

==================

- Added typing support.
- Added ``EventSourceResponse.is_connected()`` method.
- Added ``EventSourceResponse.last_event_id()`` method.
- Added support for SSE with HTTP methods other than GET.
- Added support for float ping intervals.
- Fixed (on Python 3.11+) ``EventSourceResponse.wait()`` swallowing user cancellation.
- Fixed ping task not getting cancelled after a send failure.
- Cancelled the ping task when a connection error occurs to help avoid errors.
- Dropped support for Python 3.7 while adding support upto Python 3.12.

2.1.0

==================

Features
--------

- Added Python 3.10 support (`314 <https://github.com/aio-libs/aiohttp-sse/issues/314>`_)


Deprecations and Removals
-------------------------

- Drop Python 3.6 support (`319 <https://github.com/aio-libs/aiohttp-sse/issues/319>`_)


Misc
----

- `163 <https://github.com/aio-libs/aiohttp-sse/issues/163>`_

2.0.0

==================

- Drop aiohttp < 3 support
- ``EventSourceResponse.send`` is now a coroutine.

1.1.0

==================

- Drop python 3.4 support
- Add new context manager API

1.0.0

0.1.0

==================

- add support for asynchronous context manager interface
- tests refactoring
- modernize internal api to align with aiohttp

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.