Skip to content

Version 2.8.2

Compare
Choose a tag to compare
@ploxiln ploxiln released this 24 Apr 08:12
· 128 commits to master since this release

Changes:

  • #74 logging method cleanup for transport, client, sftp, auth_handler (hopefully more robust and efficient)
  • #67 auth_interactive_dumb() now honors "show_input" prompt option
  • #29 use memoryview in BufferedFile._write_all() (more efficient big write() on sftp file or remote stdin)
  • #72 docs: update Installing and Old Changelog
  • #77 tests: prefer python3 stdlib unittest.mock over external package
  • #75 tests: switch CI from Travis-CI to GitHub Actions