Skip to content

Release 1.11.0

Compare
Choose a tag to compare
@pkittenis pkittenis released this 20 Aug 11:52
· 79 commits to master since this release
89985ce

Changes

  • Moved socket polling to gevent.select.poll to increase performance and better handle high number of sockets - #189
  • HostOutput.exit_code is now a dynamic property returning either None when exit code not ready or the exit code as reported by channel - #191
  • ParallelSSHClient.get_exit_codes is now a no-op and scheduled to be removed in 2.0.0.

Packaging

  • Removed OSX Python 3.6 and 3.7 wheels. OSX wheels for brew python, currently 3.8, on OSX 10.14 and 10.15 are provided.

Fixes

  • Native client would fail on using sockets with large file descriptor values - #189