Skip to content

Releases: vimeo/vimeo-networking-java

Version 3.2.0

25 Apr 19:01
2f69339
Compare
Choose a tag to compare
  • Added the following functions toVimeoApiClient which support team permission related operations, along with their respective supporting data classes: fetchTeamPermissions, replaceTeamPermission, deleteTeamPermission, fetchPermissionPolicy, fetchPermissionPolicyList

Version 3.1.0

15 Apr 15:09
cb12489
Compare
Choose a tag to compare
  • Added the following interactions to VideoInteractions: delete, edit, invite.
  • Added the following interactions to FolderInteractions: deleteVideo, edit, invite.

Version 3.0.0

28 Mar 15:39
aaa9c45
Compare
Choose a tag to compare
  • Disables certificate pinning by default and removes the ability to pin to Vimeo's intermediate API certificate, this is a breaking change to the configuration of the library and is not backwards compatible.
  • Consumers of 2.x or 1.x versions of the library will need to upgrade to 3.x or manually disable certificate pinning before 3 March 2023, when the certificate pinned to in those versions expires. Failure to upgrade to 3.x or disable certificate pinning by that date will result in API requests failing.

Version 2.4.0

08 Mar 22:37
5e7302d
Compare
Choose a tag to compare
  • Added id to Live

Version 2.3.0

01 Mar 17:29
7e3b996
Compare
Choose a tag to compare
  • Added isPrivateToUser and accessGrant to Folder

Version 2.2.1

17 Feb 15:32
fe6441e
Compare
Choose a tag to compare
  • Fixed bug where getMagistoTeamToken() wasn't properly authenticating with the API.

Version 2.2.0

14 Feb 18:56
3dfc14f
Compare
Choose a tag to compare
  • Added getMagistoTeamToken() function to the Authenticator.

Version 2.1.0

11 Feb 16:06
43689a4
Compare
Choose a tag to compare
  • Added Authenticator.logOutLocally() to log out the user locally in the library without removing their token on the server.

Version 2.0.10

17 Dec 14:57
beb8655
Compare
Choose a tag to compare
  • Internal dependency updates

Version 2.0.9

03 Nov 13:35
bf5174b
Compare
Choose a tag to compare
  • Added a few missing upload error codes to the ErrorCodeType enum. Note that the value of UPLOAD_QUOTA_COUNT_EXCEEDED has changed from 4102 to 4104. 4102 is now associated with UPLOAD_WEEKLY_QUOTA_SIZE_EXCEEDED.