Releases: dropbox/SwiftyDropbox
Releases · dropbox/SwiftyDropbox
9.2.0
- Generates updated routes for new specs
- README updates with SwiftUI supporting examples, and examples for apps without app delegates
- Fixes for use in application extensions
- Fixes for ascii escaping correctness
9.1.0
- Support SwiftUI and include SwiftUI TestSwiftyDropbox targets
- Update routes to latest api spec
9.0.0
- Update routes to latest API spec
- Bump iOS deployment targets from 10.0 to 11.0
8.3.0
- Updates routes to latest API spec
- Fixes a bug when downloading empty files
8.2.1
8.2.0
8.1.0
Long-lived access token deprecation.
authorizeFromController
methods are now deprecated.
If you are still using these, please update your app to use authorizeFromControllerV2
call instead.
See https://dropbox.tech/developers/migrating-app-permissions-and-access-tokens
8.0.1 Release
Fix Swift Package Manager release to work with Catalyst
8.0.0 Release
Support Alamofire 5
- Increased minimum requirements to iOS 10.0+, OSX 10.12+, Swift 5.1+
7.0.1 Release
- Fixed some memory leaks
- Updated Carthage instructions
- Updated Privacy Labels