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

Releases: cryptomator/dokany-nio-adapter

2.0.0

Choose a tag to compare

@cryptobot cryptobot released this 22 Feb 11:17
2.0.0
a09206a

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

Release 2.0.0-beta2 Pre-release
Pre-release

Choose a tag to compare

@cryptobot cryptobot released this 04 Jan 15:16
2.0.0-beta2
16a3d0a
  • Fix ClassDefNotFoundError when calling MountService::isSupported twice

Release 2.0.0-beta1

Release 2.0.0-beta1 Pre-release
Pre-release

Choose a tag to compare

@cryptobot cryptobot released this 11 Jan 08:41
2.0.0-beta1
6a575f6
  • 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

Release 2.0.0-alpha1 Pre-release
Pre-release

Choose a tag to compare

@cryptobot cryptobot released this 11 Nov 14:10
2.0.0-alpha1
1323413
  • 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

Choose a tag to compare

@cryptobot cryptobot released this 22 Sep 10:17
e100551
  • 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

Choose a tag to compare

@cryptobot cryptobot released this 03 Sep 08:38
64f2c57

Increased default timeout threshold to 22,5s

Release 1.3.1 - Appropiate Timeout

Choose a tag to compare

@cryptobot cryptobot released this 23 Apr 07:51
f984092

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

Choose a tag to compare

@cryptobot cryptobot released this 15 Apr 08:40
640cba4

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

Choose a tag to compare

@cryptobot cryptobot released this 23 Feb 10:23

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

Choose a tag to compare

@overheadhunter overheadhunter released this 22 Jan 08:40
1.2.3

Changed