v1.0.0
Major changes
- #144
- API change,
monitor
andunmonitor
are nowasync def
functions
- API change,
- #165
- Drop support for Python < 3.5
Bug Fixes
- #149
- #152
- #161
- Backward compatable as the interface did not effectively change.
- #164
- Some internal methods were made async. As these methods are internal, they are not covered by SEMVER.
- #170