Releases: althonos/fs.smbfs
Releases · althonos/fs.smbfs
v1.0.7
v1.0.6
v1.0.5
Added
- Explicit support for
v1.2.8
of PySMB.
v1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Added
- Explicit support for Python 3.9.
- This changelog file.
SMBFS.upload
(resp.download
) implementation using theSMBConnection.storeFile
(resp.retrieveFile
) method.SMBFS.geturl
implementation for thedownload
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 usesSMBFS.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.