Skip to content

Releases: ParallelSSH/ssh-python

1.1.0

13 Jan 01:37
d90ea3e
Compare
Choose a tag to compare

Changes

  • Updated embedded and manylinux libssh to 0.11.1.
  • Support for Python >=3.12.
  • Upgraded wheel OpenSSL to 3.4.0.
  • Removed testing for Python versions <3.8.

Packaging

  • Added binary wheels for Python versions 3.11, 3.12 and 3.13 on support manylinux wheel builds.
  • Added OSX 12.0, 13.0 and 14.0 wheels, Apple Silicon.
  • Support OSX brew OpenSSL from source builds.
  • Top level tests directory is now cross platform and can be run by vendors.
  • Moved CI specific integration tests to their own space.

1.1.0rc1: Updates (#90)

13 Jan 00:59
5d09370
Compare
Choose a tag to compare
Pre-release
* Upgrade to libssh 0.11.1
* Upgrade to OpenSSL 3.4.0
* Updated appveyor cfg and scripts
* Updated manylinux builds and CI cfg

1.0.0

03 Dec 21:19
a62aaf2
Compare
Choose a tag to compare

Changes

  • Updated embedded and manylinux libssh to 0.10.4 - thank you @enkore

Packaging

  • Upgraded wheel OpenSSL to 1.1.1q.
  • Added testing for Python 3.11, removed 3.10.
  • Added Windows wheel build for Python 3.11.
  • Added OSX 12.0 wheels.
  • Removed OSX <= 10.0 wheels.

1.0.0-rc2: Wheels (#69)

03 Dec 20:54
a62aaf2
Compare
Choose a tag to compare
Pre-release
* Updated ci cfg
* Updated changelog, manylinux scripts.

1.0.0-rc1: Chg log (#68)

03 Dec 18:46
cac4dcc
Compare
Choose a tag to compare
Pre-release
* Updated change log, cfg
* Updated CI cfg, osx wheels script

0.10.0

20 Mar 19:35
0a3984f
Compare
Choose a tag to compare

Changes

  • Added missing options in ssh.options - #42, thank you @enkore

Packaging

  • Updated embedded and manylinux libssh to 0.9.6 - thank you @enkore
  • Manylinux wheels are now smaller, disabled debug symbols - #43, thank you @enkore
  • Added manylinux-2014 wheels for AMD64 and ARM (AArch64), all supported Python versions
  • Added OSX 11.6, 11.5 and 11.4 wheels.
  • Removed OSX 10.x versions wheels.
  • Added Windows 3.10 wheel build

0.9.0

18 Dec 09:49
3c52ff4
Compare
Choose a tag to compare

Changes

  • ssh.Channel.write and write_stderr now return return code and bytes written tuples.

Fixes

  • ssh.key.generate could not be used.
  • Key types in ssh.keytypes were not initialised correctly.

Packaging

  • Added Windows Python 3.9 binary wheel.

0.8.0post1: updated circleci cfg (#33)

25 Oct 11:38
05fac6d
Compare
Choose a tag to compare

0.8.0

25 Oct 11:07
11df964
Compare
Choose a tag to compare

Changes

  • Updated supported key types in ssh.keytypes for libssh 0.9.5.
  • Added certificate import and handling functions to ssh.key

0.7.0.post1

03 Oct 15:36
eaa6587
Compare
Choose a tag to compare
Updated appveyor cfg (#29)