Skip to content

0.13.0

Compare
Choose a tag to compare
@althonos althonos released this 08 Jan 17:58
· 46 commits to master since this release
v0.13.0

Added

  • semantic-version test requirement.
  • SSHFS.islink method with behaviour matching OSFS.islink.
  • Additional documentation of constructor arguments in SSHFS docstring.
  • Independent timeout for arbitrary SSH commands (#39).
  • Support for passing arbitrary paramiko.MissingHostKeyPolicy to SSHFS.

Changed

  • SSHFS.getinfo now follows symlinks like OSFS.getinfo.