Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@kevinzetterstrom kevinzetterstrom released this 25 Aug 15:15
· 0 commits to v1.1.0 since this release

What's new?

  • Added Stag for custom type adapters
  • Updated Retrofit to 2.1.0
  • Allow adding additional interceptors (can be useful for adding Stetho)
  • Better debugging - new ClientLogger does not require a LogProvider (previously DebugLoggerInterface) to be provided
  • Deprecated some methods and classes
  • Added models and more members to certain models

Breaking Changes

  • Removed DebugLoggerInterface and DebugLogger in favor of LogProvider and ClientLogger - no need to pass in a DebugLoggerInterface to the Configuration any longer - the library will fall back onto ClientLogger
  • Removed VimeoCallback setCall method - with newer Retrofit version there is no need
  • Interaction addedDate renamed to addedTime - the former would never have had data as it was named incorrectly
  • Privacy comments changed from String to PrivacyValue enum
  • Removed VideoLog from Video and moved the VideoLog class - this is intended to only be used by the offical Vimeo apps

View Pull Requests