This version of LiteFS replaces the FUSE implementation from github.com/hanwen/go-fuse
to bazil.org/fuse
. The new implementation seems to be much more stable on a variety of operating systems (Fedora, Alpine, GH Actions, etc).
Use of PRAGMA journal_mode = wal
now returns an error since LiteFS does not yet support WAL mode. Also, additional test coverage has been added and increased testing will continue.