Skip to content

Releases: cryptomator/cloud-access-swift

1.12.0

19 Sep 15:48
1.12.0
383c51e
Compare
Choose a tag to compare
  • Updated dependencies, incl. migration from GRDB 5 to GRDB 6 (#35, #36)

If you're using GRDB in your project as well, this is a breaking change. Here is the migration guide to help you out: https://github.com/groue/GRDB.swift/blob/master/Documentation/GRDB6MigrationGuide.md

1.11.3

16 Sep 16:46
1.11.3
2d84440
Compare
Choose a tag to compare
  • Fixed use of background sessions in Box

1.11.2

14 Sep 18:00
1.11.2
92e6e3d
Compare
Choose a tag to compare
  • Fixed reuse of sessionIdentifier for unauthenticated OneDrive client

1.11.1

12 Sep 14:28
1.11.1
ff48ad0
Compare
Choose a tag to compare

1.11.0

11 Sep 15:22
1.11.0
6ee5a33
Compare
Choose a tag to compare
  • Added CloudProvider implementation for Box (#34)

1.10.1

18 Apr 15:12
1.10.1
cd7a18a
Compare
Choose a tag to compare

We realized that the API changes in 1.10.0 were incomplete, so this release contains more breaking changes. Creating a background session for cloud providers is now more streamlined, and setting up a cloud storage service should now be more consistent between different services.

1.10.0

17 Apr 15:35
1.10.0
9179165
Compare
Choose a tag to compare

Creating background URLSessions for Google Drive, OneDrive, pCloud, and WebDAV has a breaking change. This library no longer sets a session identifier for your background session anymore, so you must now provide one.

  • Allow the injection of background URLSession identifier (#33), kudos to @phil1995

1.9.2

15 Mar 16:27
1.9.2
bb9cc1c
Compare
Choose a tag to compare
  • Fixed "Resource deadlock avoided" error during fetchItemList() in iCloud Drive (#30)

1.9.1

13 Mar 08:32
1.9.1
a253996
Compare
Choose a tag to compare

Warning

This release should've contained a fix for #30, but we broke getItemMetadata() in local file system provider instead. Please skip this version.

  • Simplified isDirectory check during readingIntent evaluation for fetchItemList() in local file system provider
  • Updated dependencies (#31), kudos to @phil1995

1.9.0

31 Dec 17:23
1.9.0
63fd1cf
Compare
Choose a tag to compare
  • Added Cryptomator Hub 1.3.x compatibility (#28), kudos to @phil1995