Skip to content

1.0.0

Compare
Choose a tag to compare
@althonos althonos released this 31 Jan 17:39
· 32 commits to master since this release

Added

  • Explicit support for Python 3.9.
  • This changelog file.
  • SMBFS.upload (resp. download) implementation using the SMBConnection.storeFile (resp. retrieveFile) method.
  • SMBFS.geturl implementation for the download purpose.
  • SMBFile.mode property to expose the mode the file was created with.
  • SMBFile.readinto method using a zero-copy implementation.

Changed

  • SMBFS.openbin will open a new connection for every new file.
  • SMBFS.readbytes (resp. writebytes) now uses SMBFS.download (resp. upload).
  • Mark the project as Stable in setup.cfg classifiers.
  • Switched from Travis-CI and AppVeyor to GitHub Actions for continuous integration.
  • Rewrote README.rst in Markdown format.