Releases: cryptomator/cloud-access-swift
Releases · cryptomator/cloud-access-swift
1.12.1
1.12.0
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
- Fixed use of background sessions in Box
1.11.2
- Fixed reuse of
sessionIdentifier
for unauthenticated OneDrive client
1.11.1
- Fixed file upload in OneDrive (cryptomator/ios#358)
- Updated dependencies
1.11.0
1.10.1
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
1.9.2
1.9.1
Warning
This release should've contained a fix for #30, but we broke getItemMetadata()
in local file system provider instead. Please skip this version.