Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Feb 03:51
· 184 commits to master since this release

Added

  • Optionally enable MAX_PAGES feature
  • Allow customizing the default FUSE features before creating a new vfs structure
  • Support more FUSE server APIs

Changed

The FUSE server has no default FUSE feature set now. The default feature set is only defined in VfsOptions. Non VFS users have to define the default FUSE feature set in the init() method.