Skip to content

Releases: rtfol/aiohttp-sse-client

0.2.1

Choose a tag to compare

@awarecan awarecan released this 27 Feb 10:02
  • Allow sending request with different HTTP methods (by @paulefoe)
  • Migrate to GitHub Actions

0.2.0

Choose a tag to compare

@awarecan awarecan released this 19 Oct 07:54

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

Choose a tag to compare

@awarecan awarecan released this 19 Oct 07:52

Allow passing kwargs without specifying headers

0.1.6

Choose a tag to compare

@awarecan awarecan released this 06 Aug 19:24

Fix Unicode NULL handling in event id field

0.1.5

Choose a tag to compare

@awarecan awarecan released this 06 Aug 09:18

Fix last id reconnection (by @Ronserruya)

0.1.4

Choose a tag to compare

@awarecan awarecan released this 05 Oct 03:21

Switch to Apache Software License 2.0

0.1.3

Choose a tag to compare

@awarecan awarecan released this 04 Oct 05:20
  • Better error handling and auto-reconnect
  • More web-platform-test

0.1.2

Choose a tag to compare

@awarecan awarecan released this 03 Oct 08:16

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

0.1.1

Choose a tag to compare

@awarecan awarecan released this 02 Oct 10:37

First PyPi release

0.1.0

Choose a tag to compare

@awarecan awarecan released this 02 Oct 10:28

First release