Skip to content

v2.4.9

Compare
Choose a tag to compare
@willmcgugan willmcgugan released this 28 Jul 16:53
· 339 commits to master since this release

[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