Releases: cryptomator/cloud-access-swift
Releases · cryptomator/cloud-access-swift
2.0.0
What's New
- Added support for SharePoint
Breaking Changes
OneDrive*
has been renamed toMicrosoftGraph*
to accommodate both OneDrive and SharePoint*.userCanceled
errors have been replaced withCocoaError.userCancelled
to simplify error handling
Full Changelog: 1.12.1...2.0.0
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.