You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Changes
Added return_list optional argument to run_command to return list of HostOutput objects rather than dictionary - defaults to False. List output will become default starting from 2.0.0.
Updated native clients for new version of ssh2-python.
Manylinux 2010 wheels.
Added OSX 10.14 and 10.15 wheels.
Removed OSX < 10.14 wheels.
Removed Windows 32 bit wheels.
Removed Python 3.5 wheels for OSX and Windows.
Added Python 3.8 support and wheels.
Fixes
Sockets would not be closed on client going out of scope - #175
Calling join() would reset encoding set on run_command - #159