Releases: AmadeusITGroup/JumpSSH
Releases · AmadeusITGroup/JumpSSH
1.6.5
06 Nov 16:58
Compare
Sorry, something went wrong.
No results found
[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
24 Aug 18:15
Compare
Sorry, something went wrong.
No results found
[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.3
12 Mar 14:48
Compare
Sorry, something went wrong.
No results found
1.6.2
12 Mar 13:45
Compare
Sorry, something went wrong.
No results found
[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
08 Apr 15:29
Compare
Sorry, something went wrong.
No results found
[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
08 Apr 14:15
Compare
Sorry, something went wrong.
No results found
[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
14 Jan 09:12
Compare
Sorry, something went wrong.
No results found
[Feature] #43 : Ability to use any parameter of paramiko.client.SSHClient.connect in SSHSession.
1.5.0
13 Jan 22:01
Compare
Sorry, something went wrong.
No results found
[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
01 Apr 01:30
Compare
Sorry, something went wrong.
No results found
[Bug] #33 : Fix download of file owned by root with SSHSession.get
[Bug] : Automatically open closed session when calling SSHSession.put
1.4.0
29 Jan 15:21
Compare
Sorry, something went wrong.
No results found
[Feature] #29 : Expose compression support from Paramiko (inherited from SSH).