Skip to content

Releases: dropbox/SwiftyDropbox

Update to latest version of API spec

12 Nov 01:07
Compare
Choose a tag to compare
Pre-release
  • Update specs to latest, fixes several crash issues

Better uploads/downloads

03 Nov 00:49
Compare
Choose a tag to compare
Pre-release

Update uploads/downloads

  • For uploads, let caller supply upload data as either a stream,NSData, or from a file URL
  • For downloads, let caller supply a download location using a closure
  • Clean up request interface

Fix issues with keychain code

30 Oct 22:37
Compare
Choose a tag to compare
Pre-release

Fix substantial issues with keychain code
Improve access token interface

This release will effectively unlink all users from the app prior to this release as the keychain code is incompatible. We are still in pre-release mode here.

Update to latest version of API spec

16 Oct 19:38
Compare
Choose a tag to compare
Pre-release
  • Fix some server-incompatible changes in a few API calls
  • Change "reason" to "error"
  • Add request-ids

Swift 2.0 and associated changes

01 Oct 21:09
Compare
Choose a tag to compare
Pre-release
  • Merge swift 2.0 branch to master
  • Update URL routing prefix from /2-beta-2 to /2/ as we move towards production-readiness.
  • Update User-Agent
  • Clean up code generation
  • Minor library changes (public constructor for DropboxAccessToken)
  • Replace assert with precondition and fatalError

dAuth and other fixes

09 Sep 15:43
Compare
Choose a tag to compare
dAuth and other fixes Pre-release
Pre-release
  • Add dAuth flow to Swift SDK
  • Fix some serialization issues
  • Accept 403 and 404 status codes with the same behavior as 409s
  • Change assert to fatalError and precondition

Update to new serialization format

03 Jun 23:29
Compare
Choose a tag to compare
Pre-release
  • Update to new serialization format for unions (breaking change from 0.1)
  • Add serialization of "enumerated subtypes"
  • Refactor DropboxClient out from the generic client
  • Add Dropbox helper class for the typical single-user case that most apps will use.

Initial public beta

15 May 23:24
Compare
Choose a tag to compare
Initial public beta Pre-release
Pre-release

Initial public beta release of SwiftyDropbox