Releases: AmadeusITGroup/JumpSSH
Releases · AmadeusITGroup/JumpSSH
1.6.5
- [Bug] #152 : Remove pkg_info.json file and replace it with python file to avoid access issue at runtime
- [Improvement] add python 3.9 validation
1.6.4
- [Bug] #109 : Fix automated session closure handled by python garbage collection
- [Bug] #120 : Fix get_remote_session not respecting 'timeout' parameter
- [Bug] #139 : Fix run_cmd raising AuthenticationException if no agent is running
- [Improvement][Tests]: use flaky package to automatically rerun flaky tests
1.6.2
- [Improvement]: remove pytest-runner from setup_requires as this is deprecated for security reasons, see https://github.com/pytest-dev/pytest-runner
- [Improvement]: use only fixed test dependencies in requirements_dev.txt
1.6.1
- [Bug] #51 : 'get' file was failing if the remote file is binary.
- [Feature]: Ability to use any parameter of paramiko.client.SSHClient.connect in get_remote_session, was forgotten during implementation of #43 .
- [Improvement]: tests migrated to docker-compose to setup docker environment
1.6.0
- [Bug] #51 : 'get' file was failing if the remote file is binary.
- [Feature]: Ability to use any parameter of paramiko.client.SSHClient.connect in get_remote_session, was forgotten during implementation of #43 .
- [Improvement]: tests migrated to docker-compose to setup docker environment
1.5.1
- [Feature] #43 : Ability to use any parameter of paramiko.client.SSHClient.connect in SSHSession.
1.5.0
- [Feature] #43 : Ability to use any parameter of paramiko.client.SSHClient.connect in SSHSession.
Warning
No Pypi package delivered for this release due to credentials issue. Use package 1.5.1.
1.4.1
- [Bug] #33 : Fix download of file owned by root with SSHSession.get
- [Bug] : Automatically open closed session when calling SSHSession.put
1.4.0
- [Feature] #29 : Expose compression support from Paramiko (inherited from SSH).