Skip to content

Releases: vimeo/vimeo-networking-java

3.12.0

13 Jul 17:50
a2c9561
Compare
Choose a tag to compare
  • Added LiveEvent data support.
  • Added VimeoApiClient.fetchLiveEvent

3.11.0

07 Jul 18:34
cab96e4
Compare
Choose a tag to compare
  • Updated UploadQuotaPeriodType to match new API values.

Version 3.10.0

27 Jun 16:58
aa5862d
Compare
Choose a tag to compare
  • Added customMessage parameter to VimeoApiClient.addUserToTeam().

Version 3.9.0

23 Jun 21:10
ed3c9ab
Compare
Choose a tag to compare
  • Added the ErrorCodeType.ADD_TEAM_MEMBER_FORBIDDEN error code.

Version 3.8.0

14 Jun 17:28
21c63e8
Compare
Choose a tag to compare

Added ADD_TEAM_MEMBER_FORBIDDEN_QUOTA_EXCEEDED to ErrorCodeType.

Version 3.7.0

08 Jun 19:40
f019a62
Compare
Choose a tag to compare
  • Added displayName, displayDescription to PermissionPolicy
  • Made PermissionPolicy implement Entity

Version 3.6.0

07 Jun 15:15
260392e
Compare
Choose a tag to compare

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

16 May 17:19
d31db4d
Compare
Choose a tag to compare
  • Added new account types: Free, Starter, Standard, and Advanced

Version 3.4.0

03 May 20:11
e1079ef
Compare
Choose a tag to compare
  • Renamed FolderInteractions.edit to FolderInteractions.addRemoveVideos.
  • Added FolderInteractions.delete interaction.
  • Added FolderInteractions.editSettings interaction.

Version 3.3.0

28 Apr 22:09
79275f6
Compare
Choose a tag to compare
  • 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.