Releases: cryptomator/jfuse
Releases · cryptomator/jfuse
Release 0.5.0
- [Breaking Change] migration to JDK 20 (#29)
Full Changelog: 0.4.2...0.5.0
Release 0.4.2
- Mounting: Throw exception if fuse_loop returns prematurely during mount (#30)
Full Changelog: 0.4.1...0.4.2
Release 0.4.1
- Statvfs struct: Instead of exception set to max value when input parameter is out of type range (#28)
Full Changelog: 0.4.0...0.4.1
Release 0.4.0
- Add support for extended attributes
- Extend supported errno
Full Changelog: 0.3.3...0.4.0
Release 0.3.3
- Made
Fuse.close()idempotent - Removed some service loading related annotations from public api
Full Changelog: 0.3.2...0.3.3
Release 0.3.2
- Renamed exception class to avoid name collisions with more generic API
Release 0.3.1
What's Changed
- #24 make sure not to return from mount() before the VFS is fully mounted
- #25 migrate GitHub Actions to macOS 12 and fuse-t
- vastly improved JavaDoc
Full Changelog: 0.3.0...0.3.1
Release 0.3.0
What's Changed
- #16 add
Stat.S_ISREG,Stat.S_ISDIR, ... - #21 add support for fuse operations:
flush(),fsync(),fsyncdir() - #19 add support for fuse operation
chown()and addedStat.uid/Stat.gid - #18 support
fuse_configduringinit() - #14 Windows ARM64 Support
- #17 add
org.cryptomator:jfuseaggregator jar for use in downstream projects
Full Changelog: 0.2.1...0.3.0