Skip to content

Releases: rtfol/aiohttp-sse-client

0.2.1

27 Feb 10:02
Compare
Choose a tag to compare
  • Allow sending request with different HTTP methods (by @paulefoe)
  • Migrate to GitHub Actions

0.2.0

19 Oct 07:54
Compare
Choose a tag to compare

Breaking Changes

  • Drop Python 3.5 support
  • Add Python 3.8 support

Non functional changes

  • Clarify the license (Apache Software License 2.0), thanks @fabaff
  • Update dependency packages

0.1.7

19 Oct 07:52
Compare
Choose a tag to compare

Allow passing kwargs without specifying headers

0.1.6

06 Aug 19:24
Compare
Choose a tag to compare

Fix Unicode NULL handling in event id field

0.1.5

06 Aug 09:18
Compare
Choose a tag to compare

Fix last id reconnection (by @Ronserruya)

0.1.4

05 Oct 03:21
Compare
Choose a tag to compare

Switch to Apache Software License 2.0

0.1.3

04 Oct 05:20
Compare
Choose a tag to compare
  • Better error handling and auto-reconnect
  • More web-platform-test

0.1.2

03 Oct 08:16
Compare
Choose a tag to compare

Implement auto-reconnect
Add some tests from web-platform-test test suites

0.1.1

02 Oct 10:37
Compare
Choose a tag to compare

First PyPi release

0.1.0

02 Oct 10:28
Compare
Choose a tag to compare

First release