Skip to content

Releases: vgough/go-fuse-c

v0.9.0 - fuse3 and fuse-t support

13 May 04:18
e9fd4b7

Choose a tag to compare

Updates fuse support to fuse3.
Adds support for fuse-t on Darwin.

Memfs updated to work on both.

Bugfix

05 Apr 18:31

Choose a tag to compare

Return correct buffer length in Read bridge.

Minor naming updates

19 Apr 18:44

Choose a tag to compare

Changed names to be consistent with Go standards. (MemFs -> MemFS). This is not backward compatible.

Darwin build fixes

10 Jan 19:11

Choose a tag to compare

Fix build failures on Darwin systems.

Lint clean

18 Jun 07:46

Choose a tag to compare

API functions were renamed to reduce lint warnings.

Eg StatFs -> StatFS, to better conform to Go abbreviation standards.

v0.6

17 Jun 17:37

Choose a tag to compare

API changes

  • avoid buffer copy in Read operation, changes signature

Other

  • improvements to internal bridge testing configuration, removes indirect function references

Initial tagged release

14 Jun 20:32

Choose a tag to compare

Tagged and Go modules added.