Skip to content

10.0.3

Compare
Choose a tag to compare
@julianlocke julianlocke released this 01 Mar 20:46
· 32 commits to master since this release
  • Fixes a bug where, when a DropboxClient was initialized with a user-specified DropboxTransportClient using short lived tokens, token refresh was never triggered.
  • Fixes a bug where when a DropboxClient was initialized with a user-specified DropboxTransportClient, a default DropboxTransportClient was used after delegated auth.
  • Removes logic around determining whether to include a default case in Objective-C compatibility wrappers around swift request box types. The logic was flawed and cannot easily be fixed without larger changes.