Skip to content

Releases: dropbox/SwiftyDropbox

10.2.4

04 Dec 17:39

Choose a tag to compare

Renames the LoadingViewController to avoid conflicts with LoadingView.xib which is a common issue.

Full Changelog: 10.2.3...10.2.4

Release 10.2.3

06 Oct 20:05
8c51369

Choose a tag to compare

Fix version numbers that were not set correctly in the 10.2.1 and 10.2.2 releases.

Release 10.2.2

04 Sep 17:30
fd59387

Choose a tag to compare

What's Changed

  • Report error from storeAccessToken() upstream. by @jaquish in #444

New Contributors

Full Changelog: 10.2.1...10.2.2

Release 10.2.1

29 Aug 22:40
24e57fa

Choose a tag to compare

What's Changed

Full Changelog: 10.2.0...10.2.1

10.2.0

10 Dec 19:04
8e3133d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 10.1.0...10.2.0

10.1.0

20 Aug 14:19

Choose a tag to compare

  • Xcode 16 support
  • Split completion execution contexts to allow for background thread deserialization.
  • Fix background task reconnection route string format
  • Remove first party (Dropbox) user agent special casing.
  • Update DropboxTransportClient with downloadContentHost
  • Add shutdown method to DropboxClient objc wrapper
  • Fix locking in requests, os_unfair_lock not to be directly used in Swift
  • Fix mapping from model mock inputs to JSON input, error JSON structure, and backwards Xcode compatibility

10.0.7

02 Apr 23:00

Choose a tag to compare

  • Add data usage to Objective-C compatibility layer privacy manifest
  • Ensure that test implementation of secure storage access shares and returns token data

10.0.6

22 Mar 16:01

Choose a tag to compare

  • Add privacy manifest data use descriptions

10.0.5

18 Mar 13:23

Choose a tag to compare

  • Adds privacy manifests
  • Fixes singleton auth state when using custom transport client

10.0.4

05 Mar 23:58

Choose a tag to compare

  • Adds leading slash to bundle path to ensure bundle initialization. If the previous deployed version of SwiftyDropbox was 10.0.0 or greater, users may be required to reauthorize.