Skip to content

Releases: vimeo/vimeo-networking-java

Release 2.0.0 Alpha 5

17 Jan 19:19
bc95f48
Compare
Choose a tag to compare
Release 2.0.0 Alpha 5 Pre-release
Pre-release
  • VimeoClient refactoring work
  • New type_unseen_count notifications field

Release 2.0.0 Alpha 4

13 Nov 19:05
59eff4a
Compare
Choose a tag to compare
Release 2.0.0 Alpha 4 Pre-release
Pre-release

Gradle plugin 3.0: #265
New Live statuses: #261
IAP endpoing: #268
emptyResponsePostSync: #270
Quota error codes: #271

Release 2.0.0 Alpha 3

09 Oct 13:42
Compare
Choose a tag to compare
Release 2.0.0 Alpha 3 Pre-release
Pre-release

Added new models for live stats and live chat features. An overview of everything can be seen here:

#259

Release 2.0.0 Alpha 2

28 Sep 20:41
Compare
Choose a tag to compare
Release 2.0.0 Alpha 2 Pre-release
Pre-release

Added new changes for Interactions for reporting

Release 2.0.0 Alpha 1

27 Sep 22:27
Compare
Choose a tag to compare
Release 2.0.0 Alpha 1 Pre-release
Pre-release

Internal release accessible via JitPack.

Version 1.1.1

27 Jun 19:33
Compare
Choose a tag to compare

Added JavaDoc generation viewable here.

Version 1.1.0

25 Aug 15:15
Compare
Choose a tag to compare

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

Version 1.0.1