This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
Releases: vimeo/VimeoNetworking
Releases · vimeo/VimeoNetworking
4.1.0 UIWebView Deprecation
This release is being made available for existing users of version 4.0 who are receiving AppStore submission warnings due to use of UIWebView
.
Changelog:
- Removes all UIWebView references
- Adds AFNetworking as source files instead of pod dependency
Migrating to 4.1.0
Breaking
To migrate your project from 4.0 to 4.1.0 you may 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.
4.0.0
Release 3.4.0
- Adds
video_scope
andpromo_codes
to the list of available scopes - Added Albums support
- End of life support for Swift 3.x
- Documentation updates
- Several bug fixes and performance improvements
Release 3.3.1
- Updates privacy model for internal use.
Release 3.3.0
- Adds support for Circle CI 2.0
Release 3.2.0
- Adds support for installing via CocoaPods.
- Adds support for CocoaPods 1.5.2.
- Adds initial support for SwiftLint during build phase.
- Adds new account types for Pro Unlimited and Producer.
- Adds VIMTextTrack model to support Closed Captions.
- Minor changes to decrease compile time.
Release 3.1.0
- Adds support for Swift 4.1.
- Adds support for Xcode 9.3.
- Adds VIMReviewPage model object.
- Adds support for live videos.
- Adds support for additional account types.
- Resolves some deprecation warnings.
- Resolves compiler issues related to implicitly typed objects.
- Other bug fixes and performance improvements.
Release 3.0.1
- Adding VimeoNetworking framework information to existing user-agent field in headers.
- Bug fix for crash in VIMQuantityQuota
3.0.0
This new release contains potentially breaking changes:
- The VimeoBaseURLString constant has been renamed to VimeoBaseURL and is no longer an optional value.
- AuthenticationController's init method now takes an AppConfiguration object instead of reading the object from the passed in VimeoClient object.
- VimeoClient added a new configuration method, configureSharedClient, which must be called before the VimeoClient.sharedClient singleton can be accessed.
- VimeoSessionManager now requires a base URL to be passed instead of using the VimeoBaseURL constant internally. This allows for testing specific requests against mock servers.
Release 2.0.0
Upgrade to support Swift 3. Contains breaking changes.