Skip to content

Releases: cryptomator/cloud-access-swift

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)

1.7.2

02 Feb 22:23
1.7.2
e4618d8
Compare
Choose a tag to compare

1.7.1

16 Jan 15:30
1.7.1
d7da92b
Compare
Choose a tag to compare
  • Fixed unhandled auth challenge in TLSCertificateValidator (#23), kudos to @phil1995

1.7.0

07 Jan 18:11
1.7.0
64b4a98
Compare
Choose a tag to compare
  • Added background URLSession support to pCloud (#20), kudos to @phil1995
    • API for creating a PCloudCloudProvider has slightly changed, see README
  • Added onTaskCreation param to downloadFile() and uploadFile() API (#21, #22), kudos to @phil1995
    • Currently supported: Download task (Google Drive, WebDAV), upload task (WebDAV)

1.6.0

30 Nov 19:35
1.6.0
5c9e38e
Compare
Choose a tag to compare
  • Added support for logging via CocoaLumberjack (#15)
  • Fixed missing offloaded iCloud Drive items with _ prefix (#19)
  • Updated dependencies