Releases: ParallelSSH/ssh-python
Releases · ParallelSSH/ssh-python
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
0.10.0
Changes
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
0.8.0post1: updated circleci cfg (#33)
* updated circleci cfg
0.8.0
0.7.0.post1
Updated appveyor cfg (#29)
0.7.0
Release 0.6.0
Changes
- Added function for setting GSS-API credentials delegation option to session.
- Updated error handling for all user authentication session functions to raise specific authentication errors.
ssh.Key.import_privkey_*
now default to empty passphrase.