Releases: ParallelSSH/ssh2-python
Releases · ParallelSSH/ssh2-python
1.1.2.post1
Updated appveyor cfg (#216)
1.1.2
1.1.1
Changes
- Support for Python >=3.12.
- Upgraded embedded and wheel
libssh2
to1.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
1.1.1rc3
1.1.1rc2
1.1.1rc1
1.0.0
1.0.0rc2
1.0.0rc1: Libssh2 upg (#179)
* 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.