Skip to content

Release 0.5.0

Compare
Choose a tag to compare
@pkittenis pkittenis released this 22 Aug 11:45
· 30 commits to master since this release
465f876

Changes

  • Updated exception handling to match libssh API - ssh.exceptions.SSHError raised on all non-specific errors.
  • Updated authentication exception handling to raise specific authentication errors.
  • Channel object initialisation now requires Session object to be passed in.

Fixes

  • Channel deallocation would crash on double free when session channel open failed.