Releases: lwoggardner/ffi-libfuse
Releases · lwoggardner/ffi-libfuse
v0.4.4
0.4.4 (2024-12-29)
Bug Fixes
- fuse buffer adding NUL character when creating from a String (#35) (e07ebfe), closes #34
v0.4.2
0.4.2 (2024-12-16)
Bug Fixes
- bugs in Adapter::Safe and virtual filesystem operations (decf7ae)
v0.4.1
0.4.1 (2024-10-26)
Bug Fixes
- support alpine linux with musl libc and fuse 3.16 (65d362d), closes #26 #27
v0.4.0
0.4.0 (2024-01-21)
⚠ BREAKING CHANGES
- filesystem: Fuse callbacks :init and :destroy are no longer passed on to sub-filesystems.
- adapters: Adapter::Debug now includes Adapter::Safe.
- Option parsing errors via raise exception rather than return false/nil
Features
- adapters: Adapter::Debug now includes Adapter::Safe. (a595304)
- filesystem: Support :rename operation in virtual filesystems (a595304)
- filesystem: Support symlinks and hardlinks in virtual filesystems (VirtualDir/MemoryFS) (a595304)
- Option parsing errors via raise exception rather than return false/nil (a595304)
Bug Fixes
- fuse2compat: Enhanced Fuse2 compatibility in Fuse2Compat module (a595304)
- symlinks and hard links (a595304)
v0.3.4
0.3.4 (2023-01-08)
Bug Fixes
- github: allow downstream gems to use gem_version etc (73f3b92)
v0.3.3
0.3.3 (2023-01-07)
⚠ BREAKING CHANGES
- Support downstream RFuse/RFuseFS
Features
- FFI::Libfuse::Filesystem - base filesystems (5b19005)
Code Refactoring
- Support downstream RFuse/RFuseFS (e6b3fb5)
Miscellaneous Chores