Releases: vimeo/vimeo-networking-java
Releases · vimeo/vimeo-networking-java
Version 2.0.8
Added ApiConstants.Parameters.FILTER_NO_LIVE
constant.
Version 2.0.7
- Fixed incorrect value for
LiveStatusType.READY
.
Version 2.0.6
- Added a
jitpack.yml
file to run Jitpack builds on JDK 11.
Version 2.0.5
- Fixed incorrect values for
BillingPeriodType
.
Version 2.0.4
- Added
minTierForMovie
field toEditSession
.
Version 2.0.3
- Improved support for user survey data by adding an
analyticsId
property toSurveyQuestion
,SurveyResponseChoice
, andUserSegmentSurvey
. This property replaces anyid
properties the class originally had. - Ensured that
SurveyResponseChoice
has a guid-basedresourceKey
field that is tied to itsEntity.identifier
. - Renamed the
SurveyQuestion.emojiTitle
property totitleEmoji
.
Version 2.0.2
- Changed the
Play.source
property to the correct type, fromList<VideoSourceFile>
toVideoSourceFile
.
Release 2.0.1
Adding support for user survey data with new models and endpoint.
Release 2.0.0
Initial release of vimeo-networking 2!
Release 2.0.0 Alpha 94
- 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 extendsVideoFile
and provides access to play logging.