Releases: timonus/TJDropbox
Releases · timonus/TJDropbox
0.7
- Adds
TJDropboxAuthenticator
for performing end-to-end auth on iOS and iPadOS (TJDropboxAuthenticationViewController
is now deprecated). - Support for Dropbox refresh tokens (long lived tokens are being deprecated at the end of September 2021).
- Adds support for PKCE authentication.
- Adds ability to revoke access tokens.
- Adds ability to mute desktop notifications for some actions.
- Adds search functionality.
- Uses the
delete_v2
andmove_v2
endpoints. - Improved error handling.
- Performance improvements.
0.6
- Adds tvOS and watchOS support to the pod spec.
- Adds utility to help detect if errors are due to invalid Dropbox credentials being used.
- Fixes issue migrating Dropbox API v1 to v2 tokens.
- Adds method to get file thumbnails.
- Exposes internal method that returns requests to download files.
- Simplifies authentication by dropping need for redirect URLs, client can use a URL scheme they register instead.
- Adds support for monitoring progress of large file uploads.
- Allows users to specify "overwrite" upload policy instead of "add".
- Updates docs to cover
SFAuthenticationSession
and other new API changes.
0.5
- Add support for saving URL contents to Dropbox.
- Add support for getting short links and links that are shareable while file uploads are occurring.
- Add support for monitoring upload and download progress.
- Add support for fetching authenticated account info.
- Add CocoaPods support.