Skip to content

Releases: ParallelSSH/ssh-python

Release 0.5.0

22 Aug 11:45
465f876
Compare
Choose a tag to compare

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.

0.4.0rc1

18 Aug 16:42
9c01e17
Compare
Choose a tag to compare
Updated CI cfg (#14)

Release 0.4.0

18 Aug 16:33
c0f8537
Compare
Choose a tag to compare

Changes

  • Updated error handling code to check for SSH status codes and correctly raise exceptions or return error code with no exception in non-blocking mode.
  • Updated embedded libssh to 0.9.4.
  • Added known host session API method implementations.

Packaging

  • Added manylinux 2010 binary wheels.

0.3.0.rc1: Added manylinux binary wheel builds on travis-ci.

23 Sep 21:32
Compare
Choose a tag to compare
Added manylinux dockerfile, dependencies and scripts.
Updated travis cfg, libssh build script.
Added changelog.

Release 0.3.0

23 Sep 22:10
Compare
Choose a tag to compare

Changes

  • Added SCP support - #3

Packaging

  • Added Linux binary wheels builds.

03.0: Added manylinux binary wheel builds on travis-ci.

23 Sep 22:09
Compare
Choose a tag to compare
Added manylinux dockerfile, dependencies and scripts.
Updated travis cfg, libssh build script.
Added changelog.