Releases: vimeo/vimeo-networking-java
Releases · vimeo/vimeo-networking-java
3.12.0
3.11.0
- Updated
UploadQuotaPeriodType
to match new API values.
Version 3.10.0
- Added
customMessage
parameter toVimeoApiClient.addUserToTeam()
.
Version 3.9.0
- Added the
ErrorCodeType.ADD_TEAM_MEMBER_FORBIDDEN
error code.
Version 3.8.0
Added ADD_TEAM_MEMBER_FORBIDDEN_QUOTA_EXCEEDED
to ErrorCodeType
.
Version 3.7.0
- Added
displayName
,displayDescription
toPermissionPolicy
- Made
PermissionPolicy
implementEntity
Version 3.6.0
New support for count-based quotas for video uploads.
- Added
unit
toStorageQuota
. - Added
period
toPeriodic
andSpace
. - Added
resetDate
toPeriodic
.
Version 3.5.0
- Added new account types:
Free
,Starter
,Standard
, andAdvanced
Version 3.4.0
- Renamed
FolderInteractions.edit
toFolderInteractions.addRemoveVideos
. - Added
FolderInteractions.delete
interaction. - Added
FolderInteractions.editSettings
interaction.
Version 3.3.0
- Added
Authenticator.checkSsoConnection
to check for SSO availability for an email. - Added
Authenticator.createSsoAuthorizationUri(SsoConnection, String)
to check for SSO availability for an email. - Deprecated
Authenticator.fetchSsoDomain
in favor ofAuthenticator.checkSsoConnection
. - Deprecated
Authenticator.createSsoAuthorizationUri(SsoDomain, String)
in favor ofAuthenticator.createSsoAuthorizationUri(SsoConnection, String)
. - Made
TeamEntity
andTeamPermission
implementEntity
interface.