Releases: ParallelSSH/ssh2-python
Releases · ParallelSSH/ssh2-python
Release 0.15.0-6
- Added Python 3.6 and 3.7 wheels for all versions of OSX.
- Added Python 3.7 Windows wheels.
- Updated PyPi classifiers.
Release 0.15.0-5
- Added Python 3.6 and 3.7 wheels for all versions of OSX.
- Added Python 3.7 Windows wheels.
- Updated PyPi classifiers.
Release 0.15.0-4
- Added Python 3.6 and 3.7 wheels for all versions of OSX.
- Added Python 3.7 Windows wheels.
- Updated PyPi classifiers.
Release 0.15.0-3
- Added Python 3.6 and 3.7 wheels for all versions of OSX.
- Updated PyPi classifiers.
Release 0.15.0-2
Added Python 3.6 and 3.7 wheels for all versions of OSX.
Updated classifiers.
Release 0.15.0-1
Added Python 3.6 and 3.7 wheels for all versions of OSX.
Release 0.15.0
Changes
- Updated
session.userauth_publickey*
functions to make providing public key and private key passphrase optional. - SFTP write calls write on all parts of buffer before returning.
Fixes
session.last_error()
would always return empty string.
Release 0.14.0
Changes
SFTP
,SFTPHandle
,Listener
andPublicKeySystem
functions updated to raise specific exceptions for all knownlibssh2
errors.- Removed exceptions
SFTPHandleError
,SFTPBufferTooSmall
andSFTPIOError
that do not have correspondinglibssh2
error codes. - Re-generated all C code with latest Cython release.
- Added OSX 10.13 binary wheel build.
Fixes
- Removed duplicate libssh2 definitions.
- Re-enabled system package releases.
- System package builds would not work correctly - #25.
Release 0.13.0-2
Changes
- Upgrade embedded
libssh2
in binary wheels to latest version plus enhancements. - Adds support for ECDSA host keys.
- Adds support for SHA-256 host key fingerprints.
- Added SSH agent forwarding implementation.
- Windows wheels switched to OpenSSL back end.
- Windows wheels include zlib and have compression enabled.
- Windows wheels no MAC and no encryption options enabled, same as posix wheels.
- SCP functions now raise appropriate exception for all known libssh2 error codes.
ssh2.session.Session.disconnect
now returns0
on success and raises exceptions on errors.- All session
userauth_*
functions now raise specific exceptions.
Fixes
- SCP functions could not be used in non-blocking mode.
Note - libssh2 changes apply to binary wheels only. For building from source see documentation.
Release 0.13.0-1
Changes
- Upgrade embedded
libssh2
in binary wheels to latest version plus enhancements. - Adds support for ECDSA host keys.
- Adds support for SHA-256 host key fingerprints.
- Added SSH agent forwarding implementation.
- Windows wheels switched to OpenSSL back end.
- Windows wheels include zlib and have compression enabled.
- Windows wheels no MAC and no encryption options enabled, same as posix wheels.
- SCP functions now raise appropriate exception for all known libssh2 error codes.
ssh2.session.Session.disconnect
now returns0
on success and raises exceptions on errors.- All session
userauth_*
functions now raise specific exceptions.
Fixes
- SCP functions could not be used in non-blocking mode.
Note - libssh2 changes apply to binary wheels only. For building from source see documentation