Skip to content

Releases: vimeo/vimeo-networking-java

3.12.0

Choose a tag to compare

@howardrigberg howardrigberg released this 13 Jul 17:50
a2c9561
  • Added LiveEvent data support.
  • Added VimeoApiClient.fetchLiveEvent

3.11.0

Choose a tag to compare

@howardrigberg howardrigberg released this 07 Jul 18:34
cab96e4
  • Updated UploadQuotaPeriodType to match new API values.

Version 3.10.0

Choose a tag to compare

@anthonycr anthonycr released this 27 Jun 16:58
aa5862d
  • Added customMessage parameter to VimeoApiClient.addUserToTeam().

Version 3.9.0

Choose a tag to compare

@anthonycr anthonycr released this 23 Jun 21:10
ed3c9ab
  • Added the ErrorCodeType.ADD_TEAM_MEMBER_FORBIDDEN error code.

Version 3.8.0

Choose a tag to compare

@howardrigberg howardrigberg released this 14 Jun 17:28
21c63e8

Added ADD_TEAM_MEMBER_FORBIDDEN_QUOTA_EXCEEDED to ErrorCodeType.

Version 3.7.0

Choose a tag to compare

@elhicks elhicks released this 08 Jun 19:40
f019a62
  • Added displayName, displayDescription to PermissionPolicy
  • Made PermissionPolicy implement Entity

Version 3.6.0

Choose a tag to compare

@howardrigberg howardrigberg released this 07 Jun 15:15
260392e

New support for count-based quotas for video uploads.

  • Added unit to StorageQuota.
  • Added period to Periodic and Space.
  • Added resetDate to Periodic.

Version 3.5.0

Choose a tag to compare

@howardrigberg howardrigberg released this 16 May 17:19
d31db4d
  • Added new account types: Free, Starter, Standard, and Advanced

Version 3.4.0

Choose a tag to compare

@anthonycr anthonycr released this 03 May 20:11
e1079ef
  • Renamed FolderInteractions.edit to FolderInteractions.addRemoveVideos.
  • Added FolderInteractions.delete interaction.
  • Added FolderInteractions.editSettings interaction.

Version 3.3.0

Choose a tag to compare

@anthonycr anthonycr released this 28 Apr 22:09
79275f6
  • 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 of Authenticator.checkSsoConnection.
  • Deprecated Authenticator.createSsoAuthorizationUri(SsoDomain, String) in favor of Authenticator.createSsoAuthorizationUri(SsoConnection, String).
  • Made TeamEntity and TeamPermission implement Entity interface.