List of changes
- fix infinite loop that could occur during a read operation (thanks @richvdh!)
List of changes
- fix an error occurring when running too many commands (thanks @reivilibre!)
List of changes
- NEW:
privkey_file
parameter on theSession
constructor to use a custom key (thanks @eldipa!) - NEW: API to use a
Channel
in shell mode (thanks @eldipa!)
List of changes
- fix memory leaks (thanks @eldipa!)
- BREAKING: drop support for python < 3.6
- remove test dependency on
mock
List of changes
- bigger buffer size for better performances
- decoding errors when fetching stdout and stderr used to raise exceptions but are now ignored
- added
__version__
,__author__
and__license__
information - requirements updated in the documentation,
libffi-dev
was missing
Initial version of pystassh
.