Skip to content

1.7.0

Compare
Choose a tag to compare
@james-pre james-pre released this 07 Jan 17:00
· 77 commits to main since this release
v1.7.0
b7be848
  • Added the Passthrough backend (#114)
    • This allows you to use an existing node:fs interface with ZenFS
  • Added support for set uid/gid behavior on directories to the VFS (#133)
    • Updated FileSystem.createFile and FileSystem.mkdir so contexts will be used for uid/gid
    • If a FileSystem applies setuid/setgid based on the mode, it can indicate this to the VFS by adding setid to its list of features.
  • Renamed emulation to vfs for clarity. There is now a export field for emulation in package.json for compatiblity
  • Added symlink, readlink, and realpath tests for contexts
  • Added --exit-on-fail/-e to zenfs-test
  • Reverted Async._patchAsync not throwing when out of sync on ENOENT