Skip to content

webfuse 2.0.0

Compare
Choose a tag to compare
@falk-werner falk-werner released this 11 Feb 08:39
· 19 commits to main since this release

Webfuse 2.0.0 introduces a complete re-implementation of webfuse to provide the following features:

  • allow read- and write-access to filesystem
  • provide full access to all common fuse options
  • provide basic examples within the main repository

Note that these changes are incompatible to previous versions ob webfuse.

Incompatible changes:

  • webfuse base repository now provides execuables instead of libraries
    (C programming libraries are not needed anymore)
  • webfuse executable is incompatible to previous webfuse daemon
    (in order to behave like an ordinary fuse filesystem)
  • webfuse websocket protocol changes to webfuse2
    (use a binary protocol instead of a json-based one)