Skip to content

Releases: dropbox/dropbox-sdk-obj-c

7.3.1

02 Apr 21:52
Compare
Choose a tag to compare
  • Remove integration tests for deprecated routes
  • Add privacy manifest

7.2.0

12 Feb 16:46
Compare
Choose a tag to compare
  • Uses correct DBRequestErrorTag on access errors. These were previously incorrectly tagged as auth errors.
  • Removed bundled clang-format

7.1.1

14 Mar 15:27
Compare
Choose a tag to compare
  • Generates updated routes for new specs
  • Fixes console logged warning
  • Improves ascii encoding efficiency
  • Bump iOS and MacOS minimum deployment targets to match those of Xcode 14

7.0.0

30 Aug 21:48
Compare
Choose a tag to compare
  • Update Stone and Spec and regenerate routes
  • Bump iOS deployment targets from 9.0 to 11.0

6.3.2

02 May 20:36
Compare
Choose a tag to compare
  • Bug fixes

6.3.0

14 Apr 15:59
Compare
Choose a tag to compare
  • Update Stone and Spec and regenerate routes
  • Resolve compiler warning in DBCustomRoutes.m
  • Resolve compiler warning in DBAccessTokenProviderImpl.m

6.2.3

09 Dec 21:57
Compare
Choose a tag to compare
  • Route updates
  • License updates
  • Warning fixes
  • Bug fixes

6.2.0

21 Sep 15:00
Compare
Choose a tag to compare

Fix thread safety issue when accessing route objects.

6.1.0

26 Aug 03:52
Compare
Choose a tag to compare

Long-lived access token deprecation.

authorizeFromController and authorizeFromControllerDesktop methods are now deprecated.
If you are still using these, please update your app to use authorizeFromControllerV2 and authorizeFromControllerDesktopV2 calls instead.

See https://dropbox.tech/developers/migrating-app-permissions-and-access-tokens

6.0.1

29 Jun 01:30
Compare
Choose a tag to compare
  • bug fixes
  • route on DBTask is now public
  • App Store Connect Privacy Labels
  • readme updates