* Implemented known host API, all functions. * Added `hostkey` method on `Session` class for retrieving server host key. * Added server host key verification from known hosts file example. * Added exceptions for all known host API errors.
* Crash on de-allocation of channel in certain cases * SFTP ``readdir_ex`` directory listing (long entry) was not returned correctly
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.
0.5.4
++++++
Fixes ------
* Agent authentication thread safety.
0.5.3
++++++
Changes --------
* Win32 build compatibility. * Binary wheels for Linux, OSX and Windows, all Python versions, with embedded libssh2 and OpenSSL (embedded OpenSSL is Linux and OSX only). * OSX CI builds.