Skip to content

Release 0.14.0

Compare
Choose a tag to compare
@pkittenis pkittenis released this 30 May 13:49
· 54 commits to master since this release

Changes

  • SFTP, SFTPHandle, Listener and PublicKeySystem functions updated to raise specific exceptions for all known libssh2 errors.
  • Removed exceptions SFTPHandleError, SFTPBufferTooSmall and SFTPIOError that do not have corresponding libssh2 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.