This repository has been archived by the owner on Mar 14, 2024. It is now read-only.
Releases: cryptomator/dokany-nio-adapter
Releases · cryptomator/dokany-nio-adapter
2.0.0
Release 2.0.0-beta2
- Fix
ClassDefNotFoundError
when callingMountService::isSupported
twice
Release 2.0.0-beta1
- bumped supported Dokany Driver version to 400
- use modular JNA jars
Full Changelog: 2.0.0-alpha1...2.0.0-beta1
Release 2.0.0-alpha1
- go modular (adding
module-info.java
) - update to JDK 17
- move
com.dokany.java
packages toorg.cryptomator.frontend.dokany
and make them inaccessible - switch to Mount API and remove factory methods.
Release 1.3.3
- Relax successful mount condition: On a timeout, no exception is thrown and a successful mount is assumed (#51)
- Added
DISPATCH_DRIVER_LOGS
options to allowed mount options to gather more info in error cases
Release 1.3.2
Increased default timeout threshold to 22,5s
Release 1.3.1 - Appropiate Timeout
This release fixes an issue on slower systems: The time until a mount operation is aborted due to timeout was too low. It is increased to 10s by default and can additionally changed by setting the org.cryptomator.frontend.dokany.timeOut
(time unit is milliseconds).
Release 1.3.0 - Observable Mount
Features:
- always return NTSTATUS
NOT_IMPLEMENTED
forGetFileSecurity()
to let Dokany create an SDDL - obserable dokan mount: execute action, if
DokanMain()
exits (#50 )
1.2.4 - Migration from JCenter to Maven Central
Changes:
- reduce overhead in the computation of a fileindex
- improve performance by using jna 5.7.0
Misc:
- automatically release artifacts to github releases only and add publish to maven central workflow
- drop bintray releases