Skip to content

Releases: vimeo/vimeo-networking-java

Version 2.0.8

29 Sep 19:02
969b187
Compare
Choose a tag to compare

Added ApiConstants.Parameters.FILTER_NO_LIVE constant.

Version 2.0.7

24 Sep 19:26
aa652c2
Compare
Choose a tag to compare
  • Fixed incorrect value for LiveStatusType.READY.

Version 2.0.6

24 Aug 17:34
a97bb9e
Compare
Choose a tag to compare
  • Added a jitpack.yml file to run Jitpack builds on JDK 11.

Version 2.0.5

24 Aug 16:16
b4addb0
Compare
Choose a tag to compare
  • Fixed incorrect values for BillingPeriodType.

Version 2.0.4

10 Aug 14:51
2cdb737
Compare
Choose a tag to compare
  • Added minTierForMovie field to EditSession.

Version 2.0.3

10 Aug 14:24
99d8d03
Compare
Choose a tag to compare
  • Improved support for user survey data by adding an analyticsId property to SurveyQuestion, SurveyResponseChoice, and UserSegmentSurvey. This property replaces any id properties the class originally had.
  • Ensured that SurveyResponseChoice has a guid-based resourceKey field that is tied to its Entity.identifier.
  • Renamed the SurveyQuestion.emojiTitle property to titleEmoji.

Version 2.0.2

06 Aug 15:47
10f3a7d
Compare
Choose a tag to compare
  • Changed the Play.source property to the correct type, from List<VideoSourceFile> to VideoSourceFile.

Release 2.0.1

04 Aug 13:37
e63d5d6
Compare
Choose a tag to compare

Adding support for user survey data with new models and endpoint.

Release 2.0.0

27 Jul 13:00
72dbb96
Compare
Choose a tag to compare

Initial release of vimeo-networking 2!

Release 2.0.0 Alpha 94

24 Jun 19:30
0e91b33
Compare
Choose a tag to compare
  • Deprecated the Play.progressive property.
  • Deprecated the ProgressiveVideoFile DTO.
  • Added the Video.download property.
  • Added the DownloadableVideoFile DTO.
  • Changed the VideoFile interface to not include logging.
  • Added new LoggingVideoFile interface that extends VideoFile and provides access to play logging.