Releases: ParallelSSH/ssh2-python
Releases · ParallelSSH/ssh2-python
Release 0.9.0
Changes
- Enabled embedded
libssh2
library functionality for versions >=1.6.0
.
Release 0.8.0
Changes
- Implemented known host API, all functions.
- Added
hostkey
method onSession
class for retrieving server host key. - Added server host key verification from known hosts file example.
- Added exceptions for all known host API errors.
Release 0.7.0-5
Post release for packaging additions - no code changes.
- Include Cython source and definition files in distributable packages.
- Build OSX binary wheels for OSX versions
10.10
,10.11
and10.12
.
Release 0.7.0-4
- Updated version of embedded OpenSSL in binary wheels
Post release for CI fixes. No code changes.
Release 0.7.0-3
Post release for CI fixes. No code changes.
Release 0.7.0-2
Post release for CI fixes. No code changes.
Release 0.7.0-post1
Post release with CI fixes for OSX builds. No code changes.
Release 0.7.0
Changes
- Exceptions moved from C-API to Python module
Fixes
- PyPy build support
Release 0.6.0
Changes
- Implemented
last_errno
andset_last_error
session functions - Agent authentication errors raise exceptions
- C-API refactor
- SFTP IO errors raise exceptions
- Implemented
hostkey_hash
session function
Fixes
- Crash on de-allocation of channel in certain cases
- SFTP
readdir_ex
directory listing (long entry) was not returned correctly
Release 0.5.5
Changes
- Accept both bytes and unicode parameters in authentication with public key from memory.
Fixes
- Unicode -> bytes parameter conversion would fail in some cases.