Releases: dropbox/dropbox-sdk-obj-c
Releases · dropbox/dropbox-sdk-obj-c
7.4.1
7.3.1
- Remove integration tests for deprecated routes
- Add privacy manifest
7.2.0
- Uses correct DBRequestErrorTag on access errors. These were previously incorrectly tagged as auth errors.
- Removed bundled clang-format
7.1.1
- 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
- Update Stone and Spec and regenerate routes
- Bump iOS deployment targets from 9.0 to 11.0
6.3.2
- Bug fixes
6.3.0
- Update Stone and Spec and regenerate routes
- Resolve compiler warning in
DBCustomRoutes.m
- Resolve compiler warning in
DBAccessTokenProviderImpl.m
6.2.3
- Route updates
- License updates
- Warning fixes
- Bug fixes
6.2.0
Fix thread safety issue when accessing route objects.
6.1.0
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