Skip to content

Releases: AmadeusITGroup/JumpSSH

1.6.5

06 Nov 16:58
Compare
Choose a tag to compare
  • [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
Choose a tag to compare
  • [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
5dcfec9
Compare
Choose a tag to compare
deliver 1.6.3 (#100)

1.6.2

12 Mar 13:45
b4be9c1
Compare
Choose a tag to compare
  • [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
c7fe291
Compare
Choose a tag to compare
  • [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
0098849
Compare
Choose a tag to compare
1.6.0 Pre-release
Pre-release
  • [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
7947c34
Compare
Choose a tag to compare
  • [Feature] #43 : Ability to use any parameter of paramiko.client.SSHClient.connect in SSHSession.

1.5.0

13 Jan 22:01
80af649
Compare
Choose a tag to compare
1.5.0 Pre-release
Pre-release
  • [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
7929907
Compare
Choose a tag to compare
  • [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
c683b1c
Compare
Choose a tag to compare
  • [Feature] #29 : Expose compression support from Paramiko (inherited from SSH).