Skip to content

Releases: dropbox/dropbox-sdk-obj-c

7.4.2

05 Feb 01:04

Choose a tag to compare

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

20 Aug 14:31

Choose a tag to compare

  • Prepare for Xcode 16: bump deployment targets and fix openUrl calls
  • Update to latest stone
  • Update DBTransportBaseHostnameConfig with downloadContentHost

7.3.1

02 Apr 21:52

Choose a tag to compare

  • Remove integration tests for deprecated routes
  • Add privacy manifest

7.2.0

12 Feb 16:46

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

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

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

Choose a tag to compare

  • Bug fixes

6.3.0

14 Apr 15:59

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

Choose a tag to compare

  • Route updates
  • License updates
  • Warning fixes
  • Bug fixes

6.2.0

21 Sep 15:00

Choose a tag to compare

Fix thread safety issue when accessing route objects.