Releases: cryptomator/cloud-access-swift
Releases · cryptomator/cloud-access-swift
0.9.9
- Fixed memory leak in
PropfindResponseParser
0.9.8
- Added the option to use a foreground
URLSession
inWebDAVProvider
- Improved errors handlings in crypto decorators
- Fixed
deleteFolder()
in vault format 6 decorator - Fixed WebDAV progress reporting crash
baseURL
inWebDAVClient
now always has a trailing slash- Running
URLSession
s are now invalidated and canceled onWebDAVSession
'sdeinit()
0.9.7
- Added the option to set the
identifier
for theURLSession
viaWebDAVCredential
in WebDAV provider - Masterkey version is now being validated when initializing crypto decorators
- Removed factory methods of crypto decorators
0.9.6
- Added progress reporting in WebDAV provider
- Improved error handling in local file system provider
0.9.5
- Added
Codable
protocol toWebDAVCredential
- Fixed
unauthorized
reporting for WebDAV
0.9.4
- Added workaround for wrong error handling when uploading a file to a missing parent in WebDAV provider using Nextcloud servers (that don't respond with status code 409 but with 404 instead)
0.9.3
- Fixed
uploadFile()
in WebDAV provider
0.9.2
WebDAVClient
now only uses delegates, becausecompletionHandler
blocks are not supported for a backgroundURLSession
0.9.1
- Added
Codable
protocol toCloudPath
(again)
0.9.0
- Added support for macOS 10.12 or higher
- Restructured project so that it conforms to naming conventions of Swift Package Manager
- Removed Pods integration and added Swift Package Manager as dependency management (this library is still available via CocoaPods, this just affects the development of this library)