Releases: vimeo/vimeo-networking-java
Releases · vimeo/vimeo-networking-java
Version 3.2.0
- Added the following functions to
VimeoApiClient
which support team permission related operations, along with their respective supporting data classes:fetchTeamPermissions
,replaceTeamPermission
,deleteTeamPermission
,fetchPermissionPolicy
,fetchPermissionPolicyList
Version 3.1.0
- Added the following interactions to
VideoInteractions
:delete
,edit
,invite
. - Added the following interactions to
FolderInteractions
:deleteVideo
,edit
,invite
.
Version 3.0.0
- 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
- Added
id
toLive
Version 2.3.0
- Added
isPrivateToUser
andaccessGrant
toFolder
Version 2.2.1
- Fixed bug where
getMagistoTeamToken()
wasn't properly authenticating with the API.
Version 2.2.0
- Added
getMagistoTeamToken()
function to theAuthenticator
.
Version 2.1.0
- Added
Authenticator.logOutLocally()
to log out the user locally in the library without removing their token on the server.
Version 2.0.10
- Internal dependency updates
Version 2.0.9
- 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 withUPLOAD_WEEKLY_QUOTA_SIZE_EXCEEDED
.