All Versions
53
Latest Version
Avg Release Cycle
57 days
Latest Release
696 days ago

Changelog History
Page 2

  • v2.4.6 Changes

    June 08, 2019

    [2.4.6] - 2019-06-08

    โž• Added

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed FTP test suite when time is not UTC-0 @mrg0029
    • ๐Ÿ›  Fixed issues with paths in tarfs #284

    ๐Ÿ”„ 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 to writefile
    • ๐Ÿ›  Fixed exception when a tarfile contains a path called '.' #275
    • Made TarFS directory loading lazy

    ๐Ÿ”„ Changed

    • Detect case insensitivity using by writing temp file
  • 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 and filter_dirs arguments to walk
    • Micro-optimizations to walk
  • 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.