Skip to content

Releases: python-useful-helpers/exec-helpers

6.0.0rc2

02 Dec 11:59

Choose a tag to compare

6.0.0rc2 Pre-release
Pre-release

TODO:

  • Tests

6.0.0rc1

29 Nov 10:07

Choose a tag to compare

6.0.0rc1 Pre-release
Pre-release
Reduce logger path for Subprocess and SSHClient

6.0.0b6

28 Nov 17:04
015d559

Choose a tag to compare

6.0.0b6 Pre-release
Pre-release
Fix cythonized API

6.0.0b5

27 Nov 14:48

Choose a tag to compare

6.0.0b5 Pre-release
Pre-release
Fix typing information: fail on cython

6.0.0b4: Move command run log to execute

26 Nov 11:46
cf0684f

Choose a tag to compare

Simplify code

6.0.0b3: Rework ssh keys work: always start from pre-defined

25 Nov 10:20

Choose a tag to compare

* Fix tests
* Keys priority now:
  1. key if is not None
  2. key in keys following order
  3. None

6.0.0b2

22 Nov 16:08

Choose a tag to compare

6.0.0b2 Pre-release
Pre-release

TODO:

  • Features:
    • ControlMaster support in 6.0.0?
  • Documentation
  • Tests
  • Cythonize config parser

6.0.0b1: Conn chain (#138)

21 Nov 11:30
f2a53d1

Choose a tag to compare

Pre-release

Main functionality is implemented and tested in the wild.
TODO:

  • Functionality
    • Compression
    • Cythonize config parse
  • Tests
  • Examples

6.0.0a2: github actions: alsorun on python 3.8

15 Nov 11:03

Choose a tag to compare

slow moving to switch from azure-pipelines & travis

6.0.0a1

14 Nov 22:06
c4ee319

Choose a tag to compare

6.0.0a1 Pre-release
Pre-release
Do not cythonize `_ssh_helpers`: broken