Skip to content

Releases: cryptomator/fuse-nio-adapter

2.0.5

29 Mar 11:59
2.0.5
ef216c2
Compare
Choose a tag to compare

Bugfixes:

  • Mount fails, but no exception is thrown (#75)
  • Mounting with WinFsp network mount service fails, if a mount with same volume name already exists (#74)

Full Changelog: 2.0.4...2.0.5

2.0.4

15 Mar 11:41
2.0.4
fa5338d
Compare
Choose a tag to compare

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

07 Mar 10:22
2.0.3
56e1361
Compare
Choose a tag to compare

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

24 Feb 12:59
2.0.2
6ca6116
Compare
Choose a tag to compare

Bugfixes

  • WinFspNetworkMountService: volume name was not used

Full Changelog: 2.0.1...2.0.2

2.0.1

23 Feb 15:00
2.0.1
70c989f
Compare
Choose a tag to compare

Bugfixes

  • WinFspNetworkMountService: Wrong validation for setLoopbackHostAlias

Full Changelog: 2.0.0...2.0.1

2.0.0

22 Feb 12:16
2.0.0
69f0be2
Compare
Choose a tag to compare

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

Full Changelog: 1.3.4...2.0.0

2.0.0-beta5

03 Feb 09:58
2.0.0-beta5
226b86c
Compare
Choose a tag to compare
2.0.0-beta5 Pre-release
Pre-release

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

25 Jan 15:07
2.0.0-beta4
db1f566
Compare
Choose a tag to compare
Release 2.0.0-beta4 Pre-release
Pre-release
  • 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

20 Jan 14:00
2.0.0-beta3
cdd1cbc
Compare
Choose a tag to compare
Release 2.0.0-beta3 Pre-release
Pre-release
  • 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

Release 2.0.0-beta2

07 Dec 16:29
2.0.0-beta2
f338f47
Compare
Choose a tag to compare
Release 2.0.0-beta2 Pre-release
Pre-release
  • use Mount-API in version 1.2.0-beta2, adding VOLUME_NAME capability and removes all parameters in getDefaultMountFlags() method

Full Changelog: 2.0.0-beta1...2.0.0-beta2