Releases: tus/TUSKit
Releases · tus/TUSKit
2.1.0.alpha
Changes:
Switch back to local file storage for temporary uploads
Store CurrentUploads for persistence
Introduce Custom Headers on upload and create
Fix log level
First unit tests
2.1.4.alpha
Lower target
Updating uploading with data
2.0.7.alpha updating uploadwithdata
2.0.6.alpha
Update TUSKit.podspec
Swift alpha pre-release patch
Fix
- Use
relativeToURL
inTUSExecutor
to fix possible broken URL create response - Force all headers to uppercase so we can read keys from response no matter that case on response headers
Swift Alpha Pre-Release
Added
TUSFailure
delegate calls inTUSFileManager
handles bad file storage- Updated example showing
TUSFailure
usage - Removed console prints in
TUSFileManager
, now handled with delegate
Swift Pre-release
2.0.0.alpha update podspec
Swift Early Release
0.1.0 Delegate early
Swift pre-release patch
Fix
- Use
relativeToURL
inTUSExecutor
to fix possible broken URL create response - Force all headers to uppercase so we can read keys from response no matter that case on response headers
1.4.2 Patch
Introduces an open TUSSesssion
for TransloaditKit to use. Allows the use of a custom NSURLSessionConfiguration
.