Releases: filestack/filestack-swift
Releases · filestack/filestack-swift
Version 2.8.0
Version 2.7.0
- Added context property to
JSONResponse
. - Upload responses now contain the
Uploadable
objects used during the upload process in the context property of theJSONResponse
object(s).
Version 2.6.3
- Fixed
APIService
overwriteRequest(handle:path:parameters:security:)
to configure request with method POST instead of GET.
Version 2.6.2
- Fixed
MetadataOptions
,PolicyCall
, andTransformPosition
options visibility.
Version 2.6.1
- Removed Objective-C code dependency.
Version 2.6.0
- Removed dependency on
AlamoFire
.
Version 2.5.2
- Changed transformable store request to use GET instead of POST.
Version 2.5.1
- Ensuring automatic deletion of uploaded files logic is triggered in case the upload process is cancelled before starting.
Version 2.5.0
- Added optional setting to allow automatic deletion of uploaded files if they are located in the user's temporary directory.
Version 2.4.1
- Improved memory usage when using the regular upload mechanism.