What's Changed
- remove hardcoded values in example by @torkashvand in #595
- Use Paramiko's PKey class for loading public keys instead of instantiating key subclasses directly by @bcollet in #600
- remove Python2 support by @a-detiste in #607
- Only import UnixSocketSession if the platform is not Windows by @einarnn in #609
- remove setuptools from runtime requirements; list in build requirements by @einarnn in #614
- Adding error handling parameters for RPC replies. by @basondole in #605
- Drop the pytest-runner dependency by @musicinmybrain in #613
- fix for broken iterator by @einarnn in #617
New Contributors
- @bcollet made their first contribution in #600
- @a-detiste made their first contribution in #607
- @basondole made their first contribution in #605
Full Changelog: v0.6.16...v0.6.17