Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Releases: cryptomator/dokany-nio-adapter

2.0.0

22 Feb 11:17
2.0.0
a09206a
Compare
Choose a tag to compare

Breaking Changes

  • Use Mount SPI instead of factory methods by @infeo in #53

Misc

  • use JNA modules

Full Changelog: 1.3.3...2.0.0

Release 2.0.0-beta2

04 Jan 15:16
2.0.0-beta2
16a3d0a
Compare
Choose a tag to compare
Release 2.0.0-beta2 Pre-release
Pre-release
  • Fix ClassDefNotFoundError when calling MountService::isSupported twice

Release 2.0.0-beta1

11 Jan 08:41
2.0.0-beta1
6a575f6
Compare
Choose a tag to compare
Release 2.0.0-beta1 Pre-release
Pre-release
  • 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

11 Nov 14:10
2.0.0-alpha1
1323413
Compare
Choose a tag to compare
Release 2.0.0-alpha1 Pre-release
Pre-release
  • go modular (adding module-info.java)
  • update to JDK 17
  • move com.dokany.java packages to org.cryptomator.frontend.dokany and make them inaccessible
  • switch to Mount API and remove factory methods.

Release 1.3.3

22 Sep 10:17
e100551
Compare
Choose a tag to compare
  • 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

03 Sep 08:38
64f2c57
Compare
Choose a tag to compare

Increased default timeout threshold to 22,5s

Release 1.3.1 - Appropiate Timeout

23 Apr 07:51
f984092
Compare
Choose a tag to compare

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

15 Apr 08:40
640cba4
Compare
Choose a tag to compare

Features:

  • always return NTSTATUS NOT_IMPLEMENTED for GetFileSecurity() to let Dokany create an SDDL
  • obserable dokan mount: execute action, if DokanMain() exits (#50 )

1.2.4 - Migration from JCenter to Maven Central

23 Feb 10:23
Compare
Choose a tag to compare

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

1.2.3

22 Jan 08:40
1.2.3
Compare
Choose a tag to compare

Changed