Skip to content

Releases: cryptomator/cloud-access-swift

0.10.0

11 Jan 16:35
0.10.0
318356c

Choose a tag to compare

0.10.0 Pre-release
Pre-release

Updated cryptolib-swift dependency, which comes with breaking changes. In order to create a crypto decorator, use the new MasterkeyFile class to get a masterkey for the cryptor. Use the version property of the masterkey file to determine which crypto decorator (vault format 6/7) to create.

  • Removed vault version validation in crypto decorator initializers

0.9.10

05 Jan 13:32
0.9.10
a84be71

Choose a tag to compare

0.9.10 Pre-release
Pre-release
  • Fixed cleartext size calculation in crypto decorators
  • Fixed moveFolder() in VaultFormat6ProviderDecorator
  • Fixed race condition in WebDAVClientURLSessionDelegate
  • Local file system provider uses NSFileCoordinator asynchronously now

0.9.9

14 Dec 13:58
0.9.9

Choose a tag to compare

0.9.9 Pre-release
Pre-release
  • Fixed memory leak in PropfindResponseParser

0.9.8

14 Dec 12:37

Choose a tag to compare

0.9.8 Pre-release
Pre-release
  • Added the option to use a foreground URLSession in WebDAVProvider
  • Improved errors handlings in crypto decorators
  • Fixed deleteFolder() in vault format 6 decorator
  • Fixed WebDAV progress reporting crash
  • baseURL in WebDAVClient now always has a trailing slash
  • Running URLSessions are now invalidated and canceled on WebDAVSession's deinit()

0.9.7

02 Nov 21:07

Choose a tag to compare

0.9.7 Pre-release
Pre-release
  • Added the option to set the identifier for the URLSession via WebDAVCredential in WebDAV provider
  • Masterkey version is now being validated when initializing crypto decorators
  • Removed factory methods of crypto decorators

0.9.6

27 Oct 22:14

Choose a tag to compare

0.9.6 Pre-release
Pre-release
  • Added progress reporting in WebDAV provider
  • Improved error handling in local file system provider

0.9.5

23 Oct 15:43

Choose a tag to compare

0.9.5 Pre-release
Pre-release
  • Added Codable protocol to WebDAVCredential
  • Fixed unauthorized reporting for WebDAV

0.9.4

16 Oct 16:27

Choose a tag to compare

0.9.4 Pre-release
Pre-release
  • Added workaround for wrong error handling when uploading a file to a missing parent in WebDAV provider using Nextcloud servers (that don't respond with status code 409 but with 404 instead)

0.9.3

13 Oct 14:01

Choose a tag to compare

0.9.3 Pre-release
Pre-release
  • Fixed uploadFile() in WebDAV provider

0.9.2

13 Oct 09:59

Choose a tag to compare

0.9.2 Pre-release
Pre-release
  • WebDAVClient now only uses delegates, because completionHandler blocks are not supported for a background URLSession