Skip to content

Version 2.8.6

Compare
Choose a tag to compare
@ploxiln ploxiln released this 27 Nov 01:34
· 87 commits to master since this release

Changes:

  • #101 fix race between sending channel EOF and CLOSE (rare problem, more likely since #40 added in paramiko-ng 2.8.0)
  • #96 paramiko#1884 fix sftp performance regression in asbytes() (introduced in paramiko and paramiko-ng 2.5.0)
  • #97 paramiko#1870 update Thread method calls deprecated in Python-3.10
  • #95 paramiko#1765 gss: python3 str/bytes fix for KexGSSGroup1
  • #91 SSHClient: try password for keyboard-interactive (if password is provided but is not an allowed auth method)
  • #93 update Cryptography dependency install notes
  • #92 #94 #100 test matrix updates with Python 3.9 and 3.10, Cryptography, flake8, pytest, dependencies for website generator