afero v1.3.0 Release Notes

Release Date: 2020-06-17 // almost 4 years ago
  • Notable changes:

    • โž• Add AIX support
    • โž• Add zipfs, an archive/zip-based read-only filesystem
    • โž• Add an optional interface for Symlink and Readlink

    Other enhancements:

    • ๐Ÿ›  TempFile support for wildcards instead of only prefixes
    • Implement sftpfs.OpenFile method
    • โž• Add support for os.O_EXCL in MemMapFs

    ๐Ÿ›  Bugfixes:

    • ๐Ÿ›  Fixed the mem.File implementation to respect the io.ReaderAt contract by storing the original offset before the Read and restoring the offset after the Read.
    • Return closed error in mem.File.Write() after mem.File.Close() has been called
    • โž• Add missing error check in RegexpFs.Open()