Releases: ParallelSSH/ssh-python
Releases · ParallelSSH/ssh-python
0.10.0
Changes
Packaging
- Updated embedded and manylinux libssh to
0.9.6- thank you @enkore - Manylinux wheels are now smaller, disabled debug symbols - #43, thank you @enkore
- Added manylinux-2014 wheels for AMD64 and ARM (AArch64), all supported Python versions
- Added OSX 11.6, 11.5 and 11.4 wheels.
- Removed OSX 10.x versions wheels.
- Added Windows 3.10 wheel build
0.9.0
0.8.0post1: updated circleci cfg (#33)
* updated circleci cfg
0.8.0
0.7.0.post1
Updated appveyor cfg (#29)
0.7.0
Release 0.6.0
Changes
- Added function for setting GSS-API credentials delegation option to session.
- Updated error handling for all user authentication session functions to raise specific authentication errors.
ssh.Key.import_privkey_*now default to empty passphrase.
Release 0.5.0
Changes
- Updated exception handling to match libssh API -
ssh.exceptions.SSHErrorraised 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.