This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
Releases: vimeo/VimeoUpload
Releases · vimeo/VimeoUpload
3.1.0 Networking version bump
This release is being made available for existing users of version 3.0 who are receiving AppStore submission warnings due to use of UIWebView
.
Changelog:
- Bumps VimeoNetworking version to 4.1.0
Migrating to 3.1.0
Breaking
To migrate your project from 3.0 to 3.1.0 you will be required to remove any AFNetworking
imports you may have added to your files. Also remove AFNetworking
as a dependency from your Podfile
if you have it as it is no longer required.
Version 3.0.0
- Adds Swift 4.2 support
Version 2.1.0
Release notes:
- End of life support for Swift 3
- Support for loss of connectivity while uploading
- Xcode 10.1 support
- Limits the number of retries for a given upload
- Adds MIMEType information to create video request
- Adds max_parallel_requests = 1 to the uploads dictionary
- GCS support
- Several bug fixes, performance improvements and unit tests added
Version 2.0.0
- Adds support for Xcode 9
- Removes logic for user quota check
- Adds support for API v3.4 on Vimeo-Upload-iOS target, deprecating upload ticket in favor of upload object
- Adds support for share extension
- Adds support for Circle CI 2.0
Version 1.0.2
- Fixes a crash in the VimeoUpload-iOS example app
Version 1.0.1
Fixes a crash related to our usage of PHImageManager and updates the version of VimeoNetworking we're building against.
Release 1.0.0
Adds support for Swift 3
0.10.0
Version 0.9.0
TBD, one sec