Skip to content

2.3.1

Compare
Choose a tag to compare
@pkittenis pkittenis released this 06 Dec 14:52
· 49 commits to master since this release
2e9fdb2

Changes

  • SSHClient.read_output and read_stderr now take buffer to read from as argument instead of channel.
  • SSHClient.wait_finished now takes HostOutput argument instead of channel.

Fixes

  • Output for multiple commands on one host run at the same time would be lost.