Releases: ParallelSSH/ssh-python
Releases · ParallelSSH/ssh-python
1.2.0.post1: Updated copyright notices, setup.py classifiers (#104)
Sorry, something went wrong.
No results found
* Updated copyright notices, setup.py classifiers
* Updated setup.py
1.2.0
Sorry, something went wrong.
No results found
Changes
- Added private key file formats to ssh.key and ssh.key.Key.export_privkey_file_format for exporting private key
file with specified format - #96
- Added ssh.channel.Channel.get_exit_status implementation and tests.
- Added key exchange types under ssh.session.
- Added ssh.session.Session.options_set_int_val for setting an integer value libssh option - for example
compression level.
Packaging
- OSX wheel builds now use embedded libssh rather than brew package.
- Dropped Windows Python 3.7 builds.
- Added Python 3.14 manylinux wheels.
1.2.0rc2
Sorry, something went wrong.
No results found
Updated Cython and Cython generated files (#102)
1.2.0rc1: Key exchange types, set integer option values
Sorry, something went wrong.
No results found
Added key exchange types
Added function for setting integer option types
Added CI compressed session test (#101)
1.1.1
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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)
Sorry, something went wrong.
No results found
* 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
Sorry, something went wrong.
No results found
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)
Sorry, something went wrong.
No results found
* Updated ci cfg
* Updated changelog, manylinux scripts.
1.0.0-rc1: Chg log (#68)
Sorry, something went wrong.
No results found
* Updated change log, cfg
* Updated CI cfg, osx wheels script