Releases: ParallelSSH/ssh-python
Releases · ParallelSSH/ssh-python
Release 0.5.0
Changes
- Updated exception handling to match libssh API -
ssh.exceptions.SSHError
raised on all non-specific errors. - Updated authentication exception handling to raise specific authentication errors.
- Channel object initialisation now requires Session object to be passed in.
Fixes
- Channel deallocation would crash on double free when session channel open failed.
0.4.0rc1
Release 0.4.0
Changes
- Updated error handling code to check for SSH status codes and correctly raise exceptions or return error code with no exception in non-blocking mode.
- Updated embedded libssh to
0.9.4
. - Added known host session API method implementations.
Packaging
- Added manylinux 2010 binary wheels.
0.3.0.rc1: Added manylinux binary wheel builds on travis-ci.
Added manylinux dockerfile, dependencies and scripts. Updated travis cfg, libssh build script. Added changelog.
Release 0.3.0
03.0: Added manylinux binary wheel builds on travis-ci.
Added manylinux dockerfile, dependencies and scripts. Updated travis cfg, libssh build script. Added changelog.