Releases: aio-libs/aiohttp-sse
Releases · aio-libs/aiohttp-sse
2.2.0
- Added typing support.
- Added
EventSourceResponse.is_connected()
method. - Added
EventSourceResponse.last_event_id
attribute. - 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.
v2.1.0
Compatibility with aiohttp 3.0
Merge pull request #76 from ticosax/next-release Prepare next release 2.0
aiohttp-sse v1.1.0
CHANGES
- Drop python 3.4 support
- Add new context manager API
Bring support for aiohttp2+ only
Merge pull request #36 from ticosax/master release aiohttp-sse==1.0.0
Compatible release for aiohttp<2.0
- add support for asynchronous context manager interface
- tests refactorng
- modernize internal api to align with aiohttp
aiohttp-sse v0.0.2
Changes
- Added MANIFEST.in
aiohttp-sse v0.0.1
Changes
- Initial release