PyFilesystem2 v2.4.15 Release Notes

Release Date: 2022-02-07 // about 2 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Support more lenient usernames and group names in FTP servers (#507). Closes #506.
    • โœ‚ Removed dependency on pytz (#518). Closes #516.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed MemoryFS.move and MemoryFS.movedir not updating the name of moved resources, causing MemoryFS.scandir to use the old name. (#510). Closes #509.
    • ๐Ÿšš Make WrapFS.move and WrapFS.movedir use the delegate FS methods instead of fs.move functions, which was causing optimized implementation of movedir to be always skipped. (#511).