parallel-ssh v2.3.2 Release Notes

Release Date: 2020-12-09 // over 3 years ago
  • ๐Ÿ›  Fixes

    • ๐Ÿ‘ Client output implementation Python 2 support.

Previous changes from v2.3.1

  • ๐Ÿ”„ 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.