0.5.0
Added
- Added a changelog.
- Added Python 3.8 testing.
Changed
- Updated PyPi classifiers.
- Updated asyncio syntax to use
await
andasync def
.
Removed
- Drop Python 3.4 support (EOL).
Fixed
- Allow
TcpAdapter
to recover from a lost connection. - Added a missing
await
for anasyncio.sleep
. - Fixed long_description field for PyPi releases, the README will now render.