Skip to content

Releases: dropbox/SwiftyDropbox

7.0.1 Release

25 May 03:10
Compare
Choose a tag to compare
  • Fixed some memory leaks
  • Updated Carthage instructions
  • Updated Privacy Labels

7.0.0

26 Mar 03:17
4aa2309
Compare
Choose a tag to compare

Require xcframeworks for Carthage
$ carthage update --use-xcframeworks

This resolves Carthage issues for Xcode12 but requires the latest Carthage.

6.0.3

03 Oct 01:56
Compare
Choose a tag to compare

Updated Swift version from 4.2 to 5.0.

6.0.2

17 Sep 22:42
Compare
Choose a tag to compare

Now the SDK can be properly added as a Swift Package in Xcode.

6.0.1

01 Sep 18:14
Compare
Choose a tag to compare

DropboxClientsManager's handleRedirectURL(_:completion:) method now returns a boolean indicates whether the URL can be handled.

Support Short-lived and Scoped token feature

11 Aug 00:46
Compare
Choose a tag to compare
  • 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

21 Jun 22:38
Compare
Choose a tag to compare
  • Update stone specs.
  • Upgrade Alamofire to 4.8.2.

Swift 4.2

09 Dec 21:40
Compare
Choose a tag to compare

Swift 4.2 and XCode 10 are now required
For Swift 3 and XCode 9, use the 4.8.x versions.

Spec Update

05 Dec 23:53
7285db5
Compare
Choose a tag to compare

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.

13 Nov 22:38
Compare
Choose a tag to compare
  • Update Alamofire to 4.7.3 from 4.5.0
  • Fix warnings from the usage of 'open' in auto-generated code.