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

Releases: vimeo/VimeoNetworking

4.1.0 UIWebView Deprecation

Choose a tag to compare

@rpassis rpassis released this 15 Nov 14:52

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

Choose a tag to compare

@rpassis rpassis released this 09 Jul 13:49

Swift 4.2 support

Release 3.4.0

Choose a tag to compare

@rpassis rpassis released this 23 Apr 15:00
  • 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

Choose a tag to compare

@jasonhawkins jasonhawkins released this 09 Oct 16:29
d5b3190
  • Updates privacy model for internal use.

Release 3.3.0

Choose a tag to compare

@jasonhawkins jasonhawkins released this 29 Aug 19:16
e6d8c86
  • Adds support for Circle CI 2.0

Release 3.2.0

Choose a tag to compare

@jasonhawkins jasonhawkins released this 02 Aug 14:58
71d981e
  • 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

Choose a tag to compare

@jasonhawkins jasonhawkins released this 23 Apr 17:58
  • 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

Choose a tag to compare

@mikew-personal mikew-personal released this 15 Aug 15:25
  • Adding VimeoNetworking framework information to existing user-agent field in headers.
  • Bug fix for crash in VIMQuantityQuota

3.0.0

Choose a tag to compare

@wilrnh wilrnh released this 28 Jun 22:11

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

Choose a tag to compare

@mikew-personal mikew-personal released this 30 May 20:38

Upgrade to support Swift 3. Contains breaking changes.