Releases: althonos/fs.smbfs
Releases · althonos/fs.smbfs
v1.0.7
09 Jan 10:58
Compare
Sorry, something went wrong.
No results found
Added
Explicit support for v1.2.9.1 of PySMB.
v1.0.6
02 Nov 12:02
Compare
Sorry, something went wrong.
No results found
Changed
Avoid scanning SMB shares unless interacting with the root of a SMBFS (#37 ).
v1.0.5
18 Jun 14:01
Compare
Sorry, something went wrong.
No results found
Added
Explicit support for v1.2.8 of PySMB.
v1.0.4
29 Apr 09:36
Compare
Sorry, something went wrong.
No results found
Fixed
SMBFS.geturl producing invalid URLs when the SMBFS object was created without explicitly setting a port (#35 ).
Added
preserve_time keyword argument to SMBFS.move.
1.0.3
24 Aug 18:34
Compare
Sorry, something went wrong.
No results found
Fixed
SMBFS._meta['invalid_path_chars'] containing valid characters (#32 ).
1.0.2
30 May 09:50
Compare
Sorry, something went wrong.
No results found
Added
Explicit support for v1.2.7 of PySMB.
1.0.1
12 Apr 14:39
Compare
Sorry, something went wrong.
No results found
Fixed
SMB share names are now matched case-insensitively (#28 ).
When created with direct_tcp=True, SMBFS will not attempt to use NetBIOS anymore to find a missing IP/hostname (#25 ). Closes #24 .
1.0.0
31 Jan 17:39
Compare
Sorry, something went wrong.
No results found
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.
0.7.4
31 Jan 15:05
Compare
Sorry, something went wrong.
No results found
Added
Explicit support for v1.2.6 of PySMB.
0.7.3
31 Jan 15:05
Compare
Sorry, something went wrong.
No results found
Added
Explicit support for v1.2.5 of PySMB.