All Versions
53
Latest Version
Avg Release Cycle
57 days
Latest Release
1051 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.4.6 Changes
June 08, 2019[2.4.6] - 2019-06-08
โ Added
- Implemented geturl in FTPFS @zmej-serow
๐ Fixed
๐ Changed
- โฌ๏ธ Dropped Python3.3 support
-
v2.4.5 Changes
May 05, 2019[2.4.5] - 2019-05-05
๐ Fixed
- โช Restored deprecated
setfile
method with deprecation warning to change towritefile
- ๐ Fixed exception when a tarfile contains a path called '.' #275
- Made TarFS directory loading lazy
๐ Changed
- Detect case insensitivity using by writing temp file
- โช Restored deprecated
-
v2.4.4 Changes
February 23, 2019[2.4.4] - 2019-02-23
๐ Fixed
- OSFS fail in nfs mounts
-
v2.4.3 Changes
February 23, 2019[2.4.3] - 2019-02-23
๐ Fixed
- ๐ Fixed broken "case_insensitive" check
- ๐ Fixed Windows test fails
-
v2.4.2 Changes
February 22, 2019[2.4.2] - 2019-02-22
๐ Fixed
- ๐ Fixed exception when Python runs with -OO
-
v2.4.1 Changes
February 20, 2019๐ Fixed
- ๐ Fixed hash method missing from WrapFS
-
v2.4.0 Changes
February 15, 2019โ Added
- โ Added
exclude
andfilter_dirs
arguments to walk - Micro-optimizations to walk
- โ Added
-
v2.3.1 Changes
February 10, 2019๐ Fixed
- โ Add encoding check in OSFS.validatepath
-
v2.3.0 Changes
January 30, 2019๐ Fixed
- IllegalBackReference had mangled error message
โ Added
- FS.hash method
-
v2.2.1 Changes
January 06, 2019๐ Fixed
Registry.install
returns its argument.