PyFilesystem2 v2.4.9 Release Notes

Release Date: 2019-07-28 // almost 5 years ago
  • [2.4.9] - 2019-07-28

    ๐Ÿ›  Fixed

    • โช Restored fs.path import
    • ๐Ÿ›  Fixed potential race condition in makedirs. Fixes #310
    • โž• Added missing methods to WrapFS. Fixed #294

    ๐Ÿ”„ Changed

    • ๐Ÿš€ MemFS now immediately releases all memory it holds when close() is called,
      rather than when it gets garbage collected. Closes issue #308.
    • FTPFS now translates EOFError into RemoteConnectionError. Closes #292
    • โž• Added automatic close for filesystems that go out of scope. Fixes #298