Releases: dropbox/dropbox-sdk-obj-c
Releases · dropbox/dropbox-sdk-obj-c
7.4.2
What's Changed
- Point to latest stone and rerun codegen by @julianlocke in #386
- bump stone to produce reproducible objc outputs by @aaronsky in #389
- [Issue #390] Fix “Completion handler can get overwritten for longpoll sessions" by @jaquish in #391
New Contributors
Full Changelog: 7.4.1...7.4.2
7.4.1
- Prepare for Xcode 16: bump deployment targets and fix openUrl calls
- Update to latest stone
- Update DBTransportBaseHostnameConfig with downloadContentHost
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.