Skip to content

Releases: ParallelSSH/ssh2-python

1.1.2.post1

23 Jan 03:05
221e2fd
Compare
Choose a tag to compare
Updated appveyor cfg (#216)

1.1.2

23 Jan 02:16
a61495c
Compare
Choose a tag to compare

Changes

No code changes.

Packaging

  • Added Windows Python 3.7 and 3.13 wheel builds.
  • Removed manylinux 2010 wheels.
  • Wheel builds now use embedded libssh and zlib.
  • Dockerfiles and scripts updates.

1.1.1

12 Jan 22:54
e58f3ad
Compare
Choose a tag to compare

Changes

  • Support for Python >=3.12.
  • Upgraded embedded and wheel libssh2 to 1.11.1.
  • Upgraded wheel OpenSSL to 3.4.0.
  • Removed testing for Python versions <3.8.

Fixes

  • Calling ssh2.session.Session.methods without a valid connection would cause a segfault - #203.

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.1rc4

12 Jan 22:14
4b77159
Compare
Choose a tag to compare
1.1.1rc4 Pre-release
Pre-release
Manylinux (#211)

* Updated changelog
* Updated manylinux wheel building
* Updated CI cfg

1.1.1rc3

12 Jan 21:24
46088cc
Compare
Choose a tag to compare
1.1.1rc3 Pre-release
Pre-release
Appveyor (#210)

* Fix broken openssl library names on appveyor builds

1.1.1rc2

12 Jan 20:13
2929075
Compare
Choose a tag to compare
1.1.1rc2 Pre-release
Pre-release
Arm wheel (#209)

* Updated arm manylinux file
* Updated appveyor cfg

1.1.1rc1

12 Jan 19:36
696da0c
Compare
Choose a tag to compare
1.1.1rc1 Pre-release
Pre-release
Upgrades (#208)

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.