Skip to content

Releases: cryptomator/cloud-access-swift

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

1.8.1

22 Sep 05:22
1.8.1
1fe06a8
Compare
Choose a tag to compare

Hotfix for 1.8.0, actually updated dependencies and fixed SPM compatibility

1.8.0

21 Sep 20:08
1.8.0
e7d2464
Compare
Choose a tag to compare
  • Added Cryptomator Hub support
  • Increased deployment target to iOS 14.0
  • Updated dependencies

1.7.5

11 Mar 15:17
1.7.5
c9eaa84
Compare
Choose a tag to compare
  • Ignore items that can't be found during fetchItemList() in local file system provider (cryptomator/ios#313)

1.7.4

21 Feb 11:39
1.7.4
99fa3b9
Compare
Choose a tag to compare

1.7.3

16 Feb 14:37
1.7.3
f714b24
Compare
Choose a tag to compare
  • Removed support for providing download task in Google Drive, which was introduced in 1.7.0 (we may revisit this decision in #26)