Releases: ParallelSSH/parallel-ssh
Releases · ParallelSSH/parallel-ssh
Release 1.5.3
Changes
- Compatibility with
ssh2-python
>=0.11.0
.
Release 1.5.2
Changes
- Output generators automatically restarted on call to
join
so output can resume on any timeouts.
Release 1.5.1
Fixes
- Output
pssh.exceptions.Timeout
exception raising was not enabled.
Release 1.5.0
Changes
pssh2_client.ParallelSSHClient.join
with timeout now consumes output to ensure command completion status is accurate.
Fixes
pssh2_client.ParallelSSHClient.join
would always raiseTimeout
when output has not been consumed even if command has finished - #104.
Release 1.4.0
Changes
ParallelSSH2Client.join
now raisespssh.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
Fixes
- Binary wheels would have bad version info and require
git
for installation.
Packaging
1.3.1.post1 Added timeout functionality to join and output reading for native cli…
Release 1.3.1
Changes
- Added
timeout
optional parameter tojoin
andrun_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
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
Post release for OSX binary wheel packages.