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

Releases: cryptomator/fuse-cloud-access-adapter

Release 1.2.0-beta1

24 Jan 17:22
1.2.0-beta1
36396e8

Choose a tag to compare

Release 1.2.0-beta1 Pre-release
Pre-release
  • Fixes a race condition that caused when downloading multiple ranges of a file, these ranges overlapped so that a file was often downloaded multiple times in total (da44e8b)
  • The default read-ahead size has been increased from 1 to 4MB and is now configurable with org.cryptomator.fusecloudaccess.readAheadBytes (a5f7253). Remember that it is a tradeoff between the amount of requests and their time consumption which has to be taken into account when adjusting this flag (a larger value results in less requests when e.g. downloading a large file, but also means that when streaming a video, for example, it may stall if it takes too long to load the next chunk).

Release 1.1.1

20 Apr 07:43
1.1.1
df5790f

Choose a tag to compare

Bumped dependencies and moved from Bintray to Maven Central

Release 1.1.1-rc1

20 Apr 07:38
1.1.1-rc1
cbed012

Choose a tag to compare

Release 1.1.1-rc1 Pre-release
Pre-release