Skip to content

Releases: dropbox/SwiftyDropbox

9.2.0

14 Mar 15:26
Compare
Choose a tag to compare
  • 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

11 Oct 16:23
Compare
Choose a tag to compare
  • Support SwiftUI and include SwiftUI TestSwiftyDropbox targets
  • Update routes to latest api spec

9.0.0

30 Aug 22:39
Compare
Choose a tag to compare
  • Update routes to latest API spec
  • Bump iOS deployment targets from 10.0 to 11.0

8.3.0

14 Apr 23:48
Compare
Choose a tag to compare
  • Updates routes to latest API spec
  • Fixes a bug when downloading empty files

8.2.1

29 Dec 19:41
Compare
Choose a tag to compare

Update handwritten routes to use a newer API for finishing batch uploads.

8.2.0

01 Sep 19:21
Compare
Choose a tag to compare

Add public initializers for DropboxClient and DropboxTeamClient so that they can be created with short lived access tokens.

8.1.0

26 Aug 04:27
Compare
Choose a tag to compare

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

06 Aug 03:02
Compare
Choose a tag to compare

Fix Swift Package Manager release to work with Catalyst

8.0.0 Release

05 Aug 02:08
Compare
Choose a tag to compare

Support Alamofire 5

  • Increased minimum requirements to iOS 10.0+, OSX 10.12+, Swift 5.1+

7.0.1 Release

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