Skip to content

0.5.0

Compare
Choose a tag to compare
@newAM newAM released this 24 Oct 16:43
· 10 commits to master since this release

Added

  • Added a changelog.
  • Added Python 3.8 testing.

Changed

  • Updated PyPi classifiers.
  • Updated asyncio syntax to use await and async def.

Removed

  • Drop Python 3.4 support (EOL).

Fixed

  • Allow TcpAdapter to recover from a lost connection.
  • Added a missing await for an asyncio.sleep.
  • Fixed long_description field for PyPi releases, the README will now render.