Skip to content

Releases: aio-libs/aiohttp-sse

2.2.0

29 Feb 18:43
858d4ce
Compare
Choose a tag to compare
  • 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

13 Nov 08:16
Compare
Choose a tag to compare

Features

  • Added Python 3.10 support (#314)

Deprecations and Removals

  • Drop Python 3.6 support (#319)

Misc

Compatibility with aiohttp 3.0

19 Feb 19:16
d1bd7ce
Compare
Choose a tag to compare
Merge pull request #76 from ticosax/next-release

Prepare next release 2.0

aiohttp-sse v1.1.0

22 Aug 00:46
Compare
Choose a tag to compare

CHANGES

  • Drop python 3.4 support
  • Add new context manager API

Bring support for aiohttp2+ only

14 Apr 14:34
Compare
Choose a tag to compare
Merge pull request #36 from ticosax/master

release aiohttp-sse==1.0.0

Compatible release for aiohttp<2.0

23 Mar 09:10
Compare
Choose a tag to compare
  • add support for asynchronous context manager interface
  • tests refactorng
  • modernize internal api to align with aiohttp

aiohttp-sse v0.0.2

13 Jan 22:17
Compare
Choose a tag to compare

Changes

  • Added MANIFEST.in

aiohttp-sse v0.0.1

13 Jan 22:09
Compare
Choose a tag to compare

Changes

  • Initial release