Skip to content

Releases: ParallelSSH/parallel-ssh

0.71.0rc2

29 Sep 09:38
Compare
Choose a tag to compare
0.71.0rc2 Pre-release
Pre-release

Release candidate 2 for 0.71.0 release with Python 3 support.

Changes:

  • Rebased on latest master
  • Gevent requirement set to latest beta release of gevent with Python 3 support

0.70.4

25 Sep 12:49
Compare
Choose a tag to compare

Minor bug fix release 0.70.4.

Changes:

  • Fix for bash variables in remote commands - #34

Release candidate - Python 3.4 support

11 Aug 16:20
Compare
Choose a tag to compare
Pre-release

Release candidate for 0.71 point release.

  • Python 3.4 support - automatic code conversion to python 3.
  • Upgrade gevent to >=1.1b2 to enable Python 3

Minor bug fix release

11 Aug 13:51
Compare
Choose a tag to compare

Minor bug fix release for 0.70.x series.

  • Fixes regression with timeout parameter causing SSH channel timeout instead of connection attempt timeout.

Minor release

09 Mar 15:53
Compare
Choose a tag to compare

Minor bug fix release.

Fixes #25

Minor release

18 Feb 16:36
Compare
Choose a tag to compare

Minor release that adds minimum paramiko library version requirement.

Release version 0.70

09 Jan 18:09
Compare
Choose a tag to compare

This release brings a slew of updates and new functionality including a new user facing, simplified API.

Changes:

  • New user facing API - #14
  • Native SSH tunneling support. Removes the need for ProxyCommand to be set in ~/.ssh/config and no longer uses the 'ssh' binary to perform tunelling. #12
  • Allow for overriding timeout setting of SSH clients - #16
  • In tests, the python 2.6 target has been re-enabled to ensure python 2.6 support is not broken without realising.
  • Many more tests, documentation updates and cleanup

Release version 0.7

09 Jan 17:57
Compare
Choose a tag to compare
Release version 0.7 Pre-release
Pre-release

Superseeded by 0.70 as 0.7 is < than 0.61..

Bugfix release

07 Oct 09:58
Compare
Choose a tag to compare

Bug fix release for #11.

Release version 0.6

09 Sep 13:03
Compare
Choose a tag to compare

This version adds

  • ProxyCommand support - Issue #6
  • Reading existing ProxyCommand configuration in ~/.ssh/config - Issue #6
  • SSH agent forwarding - Issue #8

Please note that SSH agent forwarding is now enabled by default, a change from previous versions.

If this is not desirable for you then set forward_ssh_agent=False when creating a ParallelSSHClient object.