All Versions
53
Latest Version
Avg Release Cycle
57 days
Latest Release
1217 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v2.2.0 Changes
January 01, 2019A few methods have been renamed for greater clarity (but functionality remains the same).
The old methods are now aliases and will continue to work, but will ๐ issue a deprecation warning via the
warnings
module. โก๏ธ Please update your code accordingly.getbytes
->readbytes
getfile
->download
gettext
->readtext
setbytes
->writebytes
setbinfile
->upload
settext
->writetext
๐ Changed
- Changed default chunk size in
copy_file_data
to 1MB - โ Added
chunk_size
andoptions
toFS.upload
-
v2.1.3 Changes
December 24, 2018๐ Fixed
- ๐ท Incomplete FTPFile.write when using
workers
@geoffjukes - ๐ Fixed AppFS not creating directory
โ Added
- โ Added load_extern switch to opener, fixes #228 @althanos
- ๐ท Incomplete FTPFile.write when using
-
v2.1.2 Changes
November 10, 2018โ Added
- ๐ Support for Windows NT FTP servers @sspross
๐ Fixed
- Root dir of MemoryFS accesible as a file
- Packaging issues @televi
- ๐ Deprecation warning re collections.Mapping
-
v2.1.1 Changes
October 03, 2018โ Added
- โ Added PEP 561 py.typed files
- ๐ Use sendfile for faster copies @althonos
- Atomic exclusive mode in Py2.7 @sqwishy
๐ Fixed
- ๐ Fixed lstat @kamomil
-
v2.1.0 Changes
August 12, 2018โ Added
- ๐ fs.glob support
-
v2.0.27 Changes
August 05, 2018๐ Fixed
- ๐ Fixed for Winows paths #152
- ๐ Fixed ftp dir parsing (@dhirschfeld)
-
v2.0.26 Changes
July 26, 2018๐ Fixed
- ๐ fs.copy and fs.move disable workers if not thread-safe
- fs.match detects case insensitivity
- Open in exclusive mode is atomic (@squishy)
- Exceptions can be pickleabe (@Spacerat)
-
v2.0.25 Changes
July 20, 2018โ Added
- ๐ workers parameter to fs.copy, fs.move, and fs.mirror for concurrent copies
-
v2.0.24 Changes
June 28, 2018โ Added
- โฑ timeout to FTP opener
-
v2.0.23 Changes
May 02, 2018- ๐ Fix for Markdown on PyPi, no code changes