Skip to content

Releases: ParallelSSH/ssh2-python

1.0.0

31 Jul 14:00
018fd69
Compare
Choose a tag to compare

Changes

  • Upgraded embedded and wheel libssh2 to 1.10.0.
  • Upgraded wheel OpenSSL to 1.1.1q.
  • Added testing for Python 3.10.
  • Removed testing for Python 3.7.

Packaging

  • Added OSX 12.0 wheels.
  • Removed OSX <= 10.0 wheels.

1.0.0rc2

31 Jul 13:40
018fd69
Compare
Choose a tag to compare
1.0.0rc2 Pre-release
Pre-release
Updated CI cfg (#180)

1.0.0rc1: Libssh2 upg (#179)

31 Jul 13:12
4b0a7a8
Compare
Choose a tag to compare
Pre-release
* Upgraded libssh2 to 1.10.0.
* Regenerated with latest cython.
* Updated docker files for new libssh2 and openssl versions. Removed obsolete file.
* Updated readthedocs config.
* Updated setup.py, CI cfgs, CI scripts.
* Updated Changelog.

0.27.0

21 Nov 22:21
83ca859
Compare
Choose a tag to compare

Changes

  • Python 3.10 support.

Fixes

  • Objects depending on ssh2.Session would sometimes cause segfault on interpreter shutdown.

Packaging

  • Added manylinux-2014 ARM (aarch64) wheel builds - #156 - Thanks @enaydanov
  • Added manylinux-2014 x86_64 wheels for all currently available Python 3 versions.
  • Added Windows 3.10 wheels.
  • Added OSX 11.6, 11.5 and 11.4 wheels.

0.26.0: Enable fileinfo attributes on windows (#142)

02 Jan 21:28
38fa4c5
Compare
Choose a tag to compare

Changes

  • Enabled ssh2.fileinfo.FileInfo and ssh2.statinfo.StatInfo attributes on Windows builds - #131.

0.25.0

06 Dec 17:24
ad1010f
Compare
Choose a tag to compare

Changes

  • Added new in libssh2 1.9.0 errors as exceptions.
  • Added Session.methods, Session.method_pref and Session.supported_algs functions.
  • Added supported method types as ssh2.session.LIBSSH2_METHOD_*.

0.24.0

06 Dec 15:21
6a61d07
Compare
Choose a tag to compare

Changes

  • Session.forward_listen_ex now returns (Listener, bound_port) tuple.
  • Added new in libssh2 1.9.0 host key type and host key hash attributes to ssh2.session.
  • Added new in libssh2 1.9.0 known host key attributes to ssh2.knownhost.

0.23.0

24 Oct 12:19
c0e6b67
Compare
Choose a tag to compare

Changes

  • Added ssh2.sftp.LIBSSH2_SFTP_ATTR_* constants for checking and setting SFTP attributes.

Fixes

  • Session.userauth_keyboardinteractive would cause segmentation fault.

0.22.0

03 Oct 14:58
a0196a8
Compare
Choose a tag to compare
Circleci (#116)

* Added circleci config. Updated travis cfg

0.21.0: Manifest (#115)

03 Oct 14:07
75f8475
Compare
Choose a tag to compare
* Updated travis cfg
* Updated manifest