Releases: cryptomator/fuse-nio-adapter
Releases · cryptomator/fuse-nio-adapter
3.0.0-rc1
2.0.5
2.0.4
Changes
- bump jfuse to 0.4.1: Do not throw exception if total/free/available blocks are out of range
Full Changelog: 2.0.3...2.0.4
2.0.3
Changes
- FUSE-T default mount options set uid/gid flags to the current user
Full Changelog: 2.0.2...2.0.3
2.0.2
2.0.1
Bugfixes
- WinFspNetworkMountService: Wrong validation for
setLoopbackHostAlias
Full Changelog: 2.0.0...2.0.1
2.0.0
Breaking Changes
- Use Mount SPI from integrations-api instead of factory methods to create adapters
- requires JDK 19
- requires
--enable-preview
and--enable-native-access=...
What's Changed
- Move to jfuse by @overheadhunter in #67
- Removed dependencies: Dagger
- modernize path/data locks (#71)
Full Changelog: 1.3.4...2.0.0
2.0.0-beta5
Bugfixes
- use
fusermount3
on Linux - add flatpak internal libfuse search path
VOLUME_NAME
capability not used in WinFspMountServiceProvider
Changes
- Add
LOOPBACK_HOST_NAME
capability to WinFspNetworkMountServiceProvider
Full Changelog: 2.0.0-beta4...2.0.0-beta5
Release 2.0.0-beta4
- unmount on macOS via
umount
- only set
-ovolname
on macOS - Linux, macOS: If volume already unmounted, just close filesystem, do not throw exception
Full Changelog: 2.0.0-beta3...2.0.0-beta4
Release 2.0.0-beta3
- fixed bug where
readLink
was called on the fs root - added file system name capability to WinfspMountProvider
- renamed linux mount provider
Full Changelog: 2.0.0-beta2...2.0.0-beta3