Releases: python-useful-helpers/exec-helpers
Releases · python-useful-helpers/exec-helpers
6.0.0rc2
TODO:
- Tests
6.0.0rc1
Reduce logger path for Subprocess and SSHClient
6.0.0b6
Fix cythonized API
6.0.0b5
Fix typing information: fail on cython
6.0.0b4: Move command run log to execute
Simplify code
6.0.0b3: Rework ssh keys work: always start from pre-defined
* Fix tests * Keys priority now: 1. key if is not None 2. key in keys following order 3. None
6.0.0b2
TODO:
- Features:
- ControlMaster support in 6.0.0?
- Documentation
- Tests
- Cythonize config parser
6.0.0b1: Conn chain (#138)
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
slow moving to switch from azure-pipelines & travis
6.0.0a1
Do not cythonize `_ssh_helpers`: broken