Skip to content

v1.4.0

Compare
Choose a tag to compare
@billziss-gh billziss-gh released this 24 Jul 04:34
· 43 commits to master since this release
v1.4.0
  • The FUSE library is demand-loaded on all platforms.
    • Prior to this version only the Windows FUSE library (WinFsp) was demand loaded.
    • This introduces a behavior change for programs that use FUSE when FUSE is not present. Prior to this version such programs would not start at all. In this new version such programs will start, but will fail with a panic in FileSystemHost.Mount if FUSE is not present.