Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 804 Bytes

CHANGELOG.md

File metadata and controls

14 lines (10 loc) · 804 Bytes

26/12/2021

  • Added slow host detection. This change BREAKS any call to Config.Stream() in previous versions, as the Result value is now accepted as a pointer.

29/09/2021

  • Minor error and comment updates.

25/09/2021

  • Changed the value of hosts in the config to a map, for the purpose of not allowing duplicate hosts.

18/09/2021

  • Updated Config.SetPublicKeyAuth to accept a key passphrase. Will break existing uses of this function. Use v1.4.0 to avoid this change temporarily.

24/07/2021

  • Added JobStack to config. Multiple jobs are process automatically and do NOT reuse and active session. They return separate results, meaning you would have multiple Result types with the same host, but a different job string. Both Job and JobStack cannot be present when executing Run() or Stream()