Skip to content

Releases: uploadcare/uploadcare-swift

0.8.0

26 Jul 13:40
9decb3f
Compare
Choose a tag to compare

What's new:

  • All methods were updated to use Result type in completion blocks
  • Allow setting signature from the external source for the direct upload method (#93)
  • Allow setting signature from the external source for other methods:
    • Upload file from url
    • Multipart file uploading
    • Create files group from a set of files
    • Create files group from a set of files UUIDs
    • Files group info
    • main uploadFile method that decides which upload method to use internally
    • upload method of UploadedFile object
  • Clarified how to use background upload
  • Documentation update

0.7.0

14 Jun 14:15
1e6341e
Compare
Choose a tag to compare

What's new:

  • Switched from Alamofire to URLSession for all network requests
  • Added integration tests

0.6.0

05 May 17:12
6f091dc
Compare
Choose a tag to compare

What's new:

  • New uploadFile method that decides which upload method to use internally — direct or multipart
  • Docs update
  • Bug fixes and refactoring

0.5.0

25 Nov 21:29
239cbec
Compare
Choose a tag to compare

What's new:

  • Added signing secret to webhooks create and update methods
  • Added webhooks documentation

0.4.0

28 Oct 15:36
ee8723a
Compare
Choose a tag to compare

What's new:

  • External sources in uploading widget
  • New uploading method that decides which upload method to use: direct or multipart
  • Mime type detection for more file types
  • Fixed bug when multipart uploading method ignored store parameter

0.3.1

17 Dec 11:46
035fc3d
Compare
Choose a tag to compare

Fixed an issue (#74) when trying to initialize Uploadcare SDK again over the existing SDK instance.

0.3.0

24 Nov 14:08
ce9756a
Compare
Choose a tag to compare

What's new:

  • Multiple files uploading
  • Multipart uploading in background

0.2.0

08 Sep 15:17
461b305
Compare
Choose a tag to compare

What's new:

  • Webhooks: create, update, delete, get a list
  • Convert documents to other document and image formats
  • Encode videos, generate thumbnails, cut, and adjust their quality, format, and size

0.1.0

29 Jun 17:15
760c7de
Compare
Choose a tag to compare

Updated Demo App with:

  • Pagination for files list
  • Uploading from Files
  • Groups list with pagination
  • Displaying group info
  • Random transformation for images
  • Thumbnails for images

Also, getting the next page for the files list and groups list will not return an error if there's no next page.

0.1.0-RC

09 Jun 20:35
b63a10f
Compare
Choose a tag to compare

What's new: