Skip to content

Releases: filestack/filestack-swift

Version 2.8.0

06 Aug 12:11
Compare
Choose a tag to compare
  • Set networkServiceType to .responsiveData in UploadService to prioritize upload requests.
  • Added currentUploaders and isUploading to Client so SDK users can obtain the uploaders currently in use (e.g. to cancel or query progress.)

Version 2.7.0

12 Feb 15:17
Compare
Choose a tag to compare
  • Added context property to JSONResponse.
  • Upload responses now contain the Uploadable objects used during the upload process in the context property of the JSONResponse object(s).

Version 2.6.3

10 Feb 14:57
Compare
Choose a tag to compare
  • Fixed APIService overwriteRequest(handle:path:parameters:security:) to configure request with method POST instead of GET.

Version 2.6.2

03 Feb 16:32
Compare
Choose a tag to compare
  • Fixed MetadataOptions, PolicyCall, and TransformPosition options visibility.

Version 2.6.1

03 Feb 16:31
Compare
Choose a tag to compare
  • Removed Objective-C code dependency.

Version 2.6.0

29 Jan 14:11
Compare
Choose a tag to compare
  • Removed dependency on AlamoFire.

Version 2.5.2

12 Nov 15:19
Compare
Choose a tag to compare
  • Changed transformable store request to use GET instead of POST.

Version 2.5.1

19 Oct 14:09
Compare
Choose a tag to compare
  • Ensuring automatic deletion of uploaded files logic is triggered in case the upload process is cancelled before starting.

Version 2.5.0

16 Oct 11:18
Compare
Choose a tag to compare
  • Added optional setting to allow automatic deletion of uploaded files if they are located in the user's temporary directory.

Version 2.4.1

02 Oct 13:51
Compare
Choose a tag to compare
  • Improved memory usage when using the regular upload mechanism.