* Session functions now raise exceptions. * Channel functions now raise specific exceptions. * SCP errors now raise exceptions. * SFTP open handle errors now raise exceptions. * Added exceptions for all known libssh2 error codes. * Added ``ssh2.utils.handle_error_codes`` function for raising appropriate exception from error code. * Added file types to ``ssh2.sftp``.
Fixes ------
* Double de-allocation crash on objects being garbage collected in some rare cases.
0.10.0
++++++++
Changes ---------
* Added ``ssh2.channel.Channel.shell`` for opening interactive shells.
Fixes ------
* ``ssh2.channel.Channel.process_startup`` would not handle request types with no message correctly.
0.9.1
++++++
Fixes ------
* Binary wheels would have bad version info and require `git` for installation - 17
0.9.0
++++++
Changes -------
* Enabled embedded libssh2 library functionality for versions >= 1.6.0.
0.8.0
++++++
Changes ---------
* 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.