Skip to content

Tags: JacobCallahan/ssh2-python

Tags

0.26.0

Toggle 0.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable fileinfo attributes on windows (ParallelSSH#142) * Enable fileinfo and statinfo attributes on windows * Updated changelog

0.25.0

Toggle 0.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Method pref (ParallelSSH#140) * Added new libssh2 1.9.0 error codes as exceptions. * Added session method and supported algorithm functions - resolvesParallelSSH#128 * Updated changelog * Updated documentation

0.24.0

Toggle 0.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated documentation (ParallelSSH#139) 

0.23.0

Toggle 0.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Sftp attrs (ParallelSSH#124) * Minor fixes for kdb int * Added SFTP attribute flags. Updated sftp tests - resolvesParallelSSH#119 * Updated change log

0.22.0

Toggle 0.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Circleci (ParallelSSH#116) * Added circleci config. Updated travis cfg

0.21.0

Toggle 0.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Manifest (ParallelSSH#115) * Updated travis cfg * Updated manifest

0.20.0

Toggle 0.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Readline (ParallelSSH#111) * Added line parsing to utils. Added utils line parsing tests. * Updated changelog.

0.19.0

Toggle 0.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix manylinux build (ParallelSSH#106) 

0.18.0.post1

Toggle 0.18.0.post1's commit message
Fix linux wheel build versioning information. 

0.18.0

Toggle 0.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
New release (ParallelSSH#68) Disabled OSX 10.11 wheel builds Updated travis cfg for osx builds Removed system package builds. Updated travis cfg to not login or push to docker on PR builds. Switched testing to pytest. Removed channel close on channel object de-allocation. Removed GIL release on session and channel object de-allocation. Updated Changelog. Removed out of repo package files before building wheels and updated gitignore - resolvesParallelSSH#14 Migrated manylinux wheel builds to openssl 1.1. Migrated Windows builds to openssl 1.1. Updated changelog. Updated manylinux wheel embedded libssh2 version.