Skip to content

Releases: ParallelSSH/parallel-ssh

Release 1.5.3

30 Mar 12:31
Compare
Choose a tag to compare

Changes

  • Compatibility with ssh2-python >= 0.11.0.

Release 1.5.2

08 Mar 12:02
Compare
Choose a tag to compare

Changes

  • Output generators automatically restarted on call to join so output can resume on any timeouts.

Release 1.5.1

07 Mar 15:16
Compare
Choose a tag to compare

Fixes

  • Output pssh.exceptions.Timeout exception raising was not enabled.

Release 1.5.0

07 Mar 13:03
Compare
Choose a tag to compare

Changes

  • pssh2_client.ParallelSSHClient.join with timeout now consumes output to ensure command completion status is accurate.

Fixes

  • pssh2_client.ParallelSSHClient.join would always raise Timeout when output has not been consumed even if command has finished - #104.

Release 1.4.0

15 Feb 11:29
Compare
Choose a tag to compare

Changes

  • ParallelSSH2Client.join now raises pssh.exceptions.Timeout exception when timeout is requested and reached with command still running.

Fixes

  • ParallelSSH2Client.join timeout duration was incorrectly for per-host rather than total.
  • SFTP read flags were not fully portable.

Release 1.3.2

31 Jan 19:15
Compare
Choose a tag to compare

Fixes

  • Binary wheels would have bad version info and require git for installation.

Packaging

30 Jan 11:39
Compare
Choose a tag to compare
1.3.1.post1

Added timeout functionality to join and output reading for native cli…

Release 1.3.1

30 Jan 11:14
Compare
Choose a tag to compare

Changes

  • Added timeout optional parameter to join and run_command, for reading output, on native clients.

Fixes

  • From source builds when Cython is installed with recent versions of ssh2-python.

Release 1.3.0

29 Jan 14:21
Compare
Choose a tag to compare

Changes

  • Native clients proxy implementation
  • Native clients connection and authentication retry mechanism

Proxy/tunnelling implementation is experimental - please report any issues.

Release 1.2.1-3

03 Jan 13:22
Compare
Choose a tag to compare

Post release for OSX binary wheel packages.