Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated changelog
  • Loading branch information
pkittenis committed Aug 20, 2022
commit 8cd41ac5f0a2bedde9f1268584b67ace21fd97a2
3 changes: 2 additions & 1 deletion Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Changes
* Added ``alias`` optional parameter to ``SSHClient`` and ``HostConfig`` for passing through from parallel clients.
Used to set an SSH host name alias, for cases where the real host name is the same and there is a need to
differentiate output from otherwise identical host names - #355. Thank you @simonfelding.
* Parallel clients now read a common private key only once, reusing it for all ``SSHClient``s to improve performance.
* Parallel clients now read a common private key only once, reusing it for all clients it applies to,
to improve performance.
* Performance improvements for all clients when reading output.
* Output reading for all clients has been changed to be less prone to race conditions.

Expand Down