Releases: dropbox/SwiftyDropbox
Releases · dropbox/SwiftyDropbox
10.2.4
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
Fix version numbers that were not set correctly in the 10.2.1 and 10.2.2 releases.
Release 10.2.2
Release 10.2.1
What's Changed
- Rename objc spec to match pod name casing by @jboulter11 in #439
- Fix overlocking on request creation block by @jboulter11 in #447
Full Changelog: 10.2.0...10.2.1
10.2.0
What's Changed
- Reconnection and compatibility layer fixes by @julianlocke in #431
- Point to latest stone and codegen by @julianlocke in #432
- Add header provider to app auth transport client init by @julianlocke in #433
- Add a global error handler focused on non-route errors by @jboulter11 in #436
- Fix test expectations not being waited on by @jboulter11 in #437
- 10.2.0 release. by @jboulter11 in #438
New Contributors
- @jboulter11 made their first contribution in #436
Full Changelog: 10.1.0...10.2.0
10.1.0
- 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
- 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
- Add privacy manifest data use descriptions
10.0.5
- Adds privacy manifests
- Fixes singleton auth state when using custom transport client
10.0.4
- 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.