Releases: ParallelSSH/ssh-python
Releases · ParallelSSH/ssh-python
1.2.0.post1: Updated copyright notices, setup.py classifiers (#104)
* Updated copyright notices, setup.py classifiers * Updated setup.py
1.2.0
Changes
- Added private key file formats to
ssh.keyandssh.key.Key.export_privkey_file_formatfor exporting private key
file with specified format - #96 - Added
ssh.channel.Channel.get_exit_statusimplementation and tests. - Added key exchange types under
ssh.session. - Added
ssh.session.Session.options_set_int_valfor setting an integer valuelibsshoption - for example
compression level.
Packaging
- OSX wheel builds now use embedded
libsshrather than brew package. - Dropped Windows Python 3.7 builds.
- Added Python 3.14 manylinux wheels.
1.2.0rc2
1.2.0rc1: Key exchange types, set integer option values
Added key exchange types Added function for setting integer option types Added CI compressed session test (#101)
1.1.1
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.
- Source distribution now uses embedded libssh.
- Added embedded krb5 for wheel builds.
- Dockerfiles and scripts updates.
1.1.0
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)
* 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
1.0.0-rc2: Wheels (#69)
* Updated ci cfg * Updated changelog, manylinux scripts.
1.0.0-rc1: Chg log (#68)
* Updated change log, cfg * Updated CI cfg, osx wheels script