Skip to content

v0.1.1

Compare
Choose a tag to compare
@benbjohnson benbjohnson released this 05 Aug 16:32
· 254 commits to main since this release

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.