Skip to content

Releases: ParallelSSH/ssh2-python

Release 0.10.0

14 Feb 11:25
Compare
Choose a tag to compare

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.

Release 0.9.1

31 Jan 19:14
Compare
Choose a tag to compare

Fixes

  • Binary wheels would have bad version info and require git for installation - #17

Release 0.9.0

29 Jan 13:57
Compare
Choose a tag to compare

Changes

  • Enabled embedded libssh2 library functionality for versions >= 1.6.0.

Release 0.8.0

08 Jan 12:51
Compare
Choose a tag to compare

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.

Release 0.7.0-5

03 Jan 11:07
Compare
Choose a tag to compare

Post release for packaging additions - no code changes.

  • Include Cython source and definition files in distributable packages.
  • Build OSX binary wheels for OSX versions 10.10, 10.11 and 10.12.

Release 0.7.0-4

27 Dec 12:50
Compare
Choose a tag to compare
  • Updated version of embedded OpenSSL in binary wheels

Post release for CI fixes. No code changes.

Release 0.7.0-3

27 Dec 10:54
Compare
Choose a tag to compare

Post release for CI fixes. No code changes.

Release 0.7.0-2

21 Dec 16:23
Compare
Choose a tag to compare

Post release for CI fixes. No code changes.

Release 0.7.0-post1

21 Dec 14:58
Compare
Choose a tag to compare

Post release with CI fixes for OSX builds. No code changes.

Release 0.7.0

21 Dec 12:58
Compare
Choose a tag to compare

Changes

  • Exceptions moved from C-API to Python module

Fixes

  • PyPy build support