Skip to content

Releases: cryptomator/cloud-access-swift

1.9.2

15 Mar 16:27
1.9.2
bb9cc1c

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

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

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

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

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

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

Choose a tag to compare

1.7.3

16 Feb 14:37
1.7.3
f714b24

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)

1.7.2

02 Feb 22:23
1.7.2
e4618d8

Choose a tag to compare

1.7.1

16 Jan 15:30
1.7.1
d7da92b

Choose a tag to compare

  • Fixed unhandled auth challenge in TLSCertificateValidator (#23), kudos to @phil1995