parallel-ssh v2.3.1 Release Notes

Release Date: 2020-12-06 // over 3 years ago
  • ๐Ÿ”„ 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.