Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Releases: vimeo/VimeoNetworking

4.1.0 UIWebView Deprecation

15 Nov 14:52
Compare
Choose a tag to compare

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

09 Jul 13:49
Compare
Choose a tag to compare

Swift 4.2 support

Release 3.4.0

23 Apr 15:00
Compare
Choose a tag to compare
  • Adds video_scope and promo_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

09 Oct 16:29
d5b3190
Compare
Choose a tag to compare
  • Updates privacy model for internal use.

Release 3.3.0

29 Aug 19:16
e6d8c86
Compare
Choose a tag to compare
  • Adds support for Circle CI 2.0

Release 3.2.0

02 Aug 14:58
71d981e
Compare
Choose a tag to compare
  • 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

23 Apr 17:58
Compare
Choose a tag to compare
  • 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

15 Aug 15:25
Compare
Choose a tag to compare
  • Adding VimeoNetworking framework information to existing user-agent field in headers.
  • Bug fix for crash in VIMQuantityQuota

3.0.0

28 Jun 22:11
Compare
Choose a tag to compare

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

30 May 20:38
Compare
Choose a tag to compare

Upgrade to support Swift 3. Contains breaking changes.