Releases: dropbox/SwiftyDropbox
Releases · dropbox/SwiftyDropbox
7.0.1 Release
- Fixed some memory leaks
- Updated Carthage instructions
- Updated Privacy Labels
7.0.0
6.0.3
6.0.2
6.0.1
Support Short-lived and Scoped token feature
- Introduced a new authentication flow for Short-lived and Scoped token feature.
- DropboxClientsManager's handleRedirectURL method is now made asynchronous to accommodate the new authentication flow.
- Updated to latest API specs.
5.1.0 release
- Update stone specs.
- Upgrade Alamofire to 4.8.2.
Swift 4.2
Spec Update
Common Namespace:
- Force matching dot character in alias EmailAddress
- Allow DisplayNameLegacy to support a name of zero chars
Contacts namespace:
- New namespace
- New routes: delete_manual_contacts and delete_manual_contacts_batch
- New argument structs for new routes
File_properties namespace:
- Doesn’t allow app folder app to access file property endpoints.
Files namespace:
- Create copy_batch:2 and move_batch:2 endpoints. Deprecate existing copy_batch and move_batch.
Sharing namespace:
- Add no_one option to LinkAudience union
Sharing_files namespace:
- Doesn’t allow app folder app to access sharing files endpoints.
Teams namespace:
- Only Team apps with Team member file access can access team/properties endpoints.
- Add is_disconnected boolean to RemovedStatus struct
- Add error response type to namespace/list route
Team_log namespace:
- New event types added
Upgrade Alamofire & fix warnings in auto-generated code.
- Update Alamofire to 4.7.3 from 4.5.0
- Fix warnings from the usage of 'open' in auto-generated code.