Releases: rtfol/aiohttp-sse-client
Releases · rtfol/aiohttp-sse-client
0.2.1
- Allow sending request with different HTTP methods (by @paulefoe)
- Migrate to GitHub Actions
0.2.0
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
Allow passing kwargs without specifying headers
0.1.6
Fix Unicode NULL handling in event id field
0.1.4
Switch to Apache Software License 2.0
0.1.3
- Better error handling and auto-reconnect
- More web-platform-test
0.1.2
Implement auto-reconnect
Add some tests from web-platform-test test suites