-
Notifications
You must be signed in to change notification settings - Fork 152
2.7.0
#325
-
Changes
- All clients now support IPv6 addresses for both DNS and IP entries in host list - [Feature] IPv6 support #291
- Added
ipv6_only
flag toParallelSSHClient
andSSHClient
for choosing only IPv6 addresses when both v4 and
v6 are available. - Removed Python 2 from binary wheel compatibility as it is no longer supported and not guaranteed to work.
- Host name is now an argument for all exceptions raised by single clients.
Fixes
HostOutput
would have empty host on some exceptions whenstop_on_errors
isFalse
- HostOutput has empty host when authentication fails #297- Race condition when forcefully closing channel via
SSHClient.close_channel
while channel data was left unread.
This discussion was created from the release 2.7.0.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment