Skip to content

Releases: ParallelSSH/ssh2-python

Release 0.7.0-4

Choose a tag to compare

@pkittenis pkittenis released this 27 Dec 12:50
  • Updated version of embedded OpenSSL in binary wheels

Post release for CI fixes. No code changes.

Release 0.7.0-3

Choose a tag to compare

@pkittenis pkittenis released this 27 Dec 10:54

Post release for CI fixes. No code changes.

Release 0.7.0-2

Choose a tag to compare

@pkittenis pkittenis released this 21 Dec 16:23

Post release for CI fixes. No code changes.

Release 0.7.0-post1

Choose a tag to compare

@pkittenis pkittenis released this 21 Dec 14:58

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

Release 0.7.0

Choose a tag to compare

@pkittenis pkittenis released this 21 Dec 12:58

Changes

  • Exceptions moved from C-API to Python module

Fixes

  • PyPy build support

Release 0.6.0

Choose a tag to compare

@pkittenis pkittenis released this 05 Oct 10:00

Changes

  • Implemented last_errno and set_last_error session functions
  • Agent authentication errors raise exceptions
  • C-API refactor
  • SFTP IO errors raise exceptions
  • Implemented hostkey_hash session function

Fixes

  • Crash on de-allocation of channel in certain cases
  • SFTP readdir_ex directory listing (long entry) was not returned correctly

Release 0.5.5

Choose a tag to compare

@pkittenis pkittenis released this 30 Aug 23:29

Changes

  • Accept both bytes and unicode parameters in authentication with public key from memory.

Fixes

  • Unicode -> bytes parameter conversion would fail in some cases.

Release 0.5.4

Choose a tag to compare

@pkittenis pkittenis released this 28 Aug 23:14

Fixes

  • Agent authentication thread safety.

0.5.3rc2: Session thread (#6)

Choose a tag to compare

@pkittenis pkittenis released this 24 Aug 09:59
Fix osx wheel upload
Updated readme. Updated changelog.
Session initialisation thread safety.
Agent thread safety.

Release 0.5.3

Choose a tag to compare

@pkittenis pkittenis released this 24 Aug 10:40

Changes

  • Win32 build compatibility.
  • Binary wheels for Linux, OSX and Windows, all Python versions, with embedded libssh2 and OpenSSL (embedded OpenSSL is Linux and OSX only).
  • OSX CI builds.

Fixes

  • Session initialisation thread safety.
  • Agent thread safety.