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

3.0.0

Compare
Choose a tag to compare
@wilrnh wilrnh released this 28 Jun 22:11
· 621 commits to master since this release

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.