- Allow sending request with different HTTP methods (by @paulefoe)
- Migrate to GitHub Actions
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
- Allow passing kwargs without specifying headers
- Fix Unicode NULL handling in event id field
- Fix last id reconnection (by @Ronserruya)
- Switch to Apache Software License 2.0
- Change the error handling, better fit the live specification.
- Implement auto-reconnect feature.
- First release on PyPI.