Skip to content

Release 1.10.0

Compare
Choose a tag to compare
@pkittenis pkittenis released this 14 Aug 16:17
· 77 commits to master since this release
d961c42

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