* 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.
* Implemented public key subsystem for public key management on remote servers * Added all libssh2 error codes to ``ssh2.error_codes``
0.5.0
++++++
Changes ----------
* Implemented SFTP statvfs and SFTP handle fstatvfs methods. * Implemented SFTPStatVFS extension class for file system statistics. * SFTP read and readdir functions now return size/error code along with data. * SFTP handle fstat now returns attributes. * Implemented SFTP handle readdir* methods as python generators. * Block directions function renamed to match libssh2. * Example scripts. * All session authentication methods now raise ``AuthenticationError`` on failure.
Fixes ---------
* SFTP readdir functions can now be used in non-blocking mode * Use of SFTP openddir via context manager