Releases: vimeo/vimeo-networking-java
Releases · vimeo/vimeo-networking-java
3.12.0
3.11.0
- Updated
UploadQuotaPeriodTypeto match new API values.
Version 3.10.0
- Added
customMessageparameter toVimeoApiClient.addUserToTeam().
Version 3.9.0
- Added the
ErrorCodeType.ADD_TEAM_MEMBER_FORBIDDENerror code.
Version 3.8.0
Added ADD_TEAM_MEMBER_FORBIDDEN_QUOTA_EXCEEDED to ErrorCodeType.
Version 3.7.0
- Added
displayName,displayDescriptiontoPermissionPolicy - Made
PermissionPolicyimplementEntity
Version 3.6.0
New support for count-based quotas for video uploads.
- Added
unittoStorageQuota. - Added
periodtoPeriodicandSpace. - Added
resetDatetoPeriodic.
Version 3.5.0
- Added new account types:
Free,Starter,Standard, andAdvanced
Version 3.4.0
- Renamed
FolderInteractions.edittoFolderInteractions.addRemoveVideos. - Added
FolderInteractions.deleteinteraction. - Added
FolderInteractions.editSettingsinteraction.
Version 3.3.0
- Added
Authenticator.checkSsoConnectionto check for SSO availability for an email. - Added
Authenticator.createSsoAuthorizationUri(SsoConnection, String)to check for SSO availability for an email. - Deprecated
Authenticator.fetchSsoDomainin favor ofAuthenticator.checkSsoConnection. - Deprecated
Authenticator.createSsoAuthorizationUri(SsoDomain, String)in favor ofAuthenticator.createSsoAuthorizationUri(SsoConnection, String). - Made
TeamEntityandTeamPermissionimplementEntityinterface.