parallel-ssh v2.3.2 Release Notes

Release Date: 2020-12-09 // over 4 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.