Releases: vimeo/vimeo-networking-java
Releases · vimeo/vimeo-networking-java
Release 2.0.0 Alpha 93
Added the following properties to EditSession
vsid
has_watermark
is_rated
result_video_hash
Release 2.0.0 Alpha 92
- Updated the Vimeo API version used to 3.4.4
Release 2.0.0 Alpha 91
- Changed
VimeoApiClient.createFolder
from passingparent_folder_id
to passingparent_folder_uri
to reduce the complexity of the implementation. NOTE: To create folders with parent folders you will need to upgrade to this version as the oldparent_folder_id
parameter was removed.
Release 2.0.0 Alpha 90
- Added
accessGrant
toTeamMembership
. - Added
AccessGrant
DTO. - Added
PermissionPolicy
DTO. - Added
PermissionActions
DTO.
Release 2.0.0 Alpha 89
Release 2.0.0 Alpha 88
- Remove an unnecessary path parameter from
@HTTP
annotation
Release 2.0.0 Alpha 87
- Fix a bug where requests to next page URIs would fail due to behavior changes associated with the path traversal fix in the previous release.
Release 2.0.0 Alpha 86
- Disallowed making requests with the
VimeoApiClient
to non Vimeo URLs and to URIs that contain a path traversal.
Release 2.0.0 Alpha 85
Support for subfolders
- Added
shouldDeleteClips: Boolean
parameter toVimeoApiClient.deleteFolder(...)
. - Added
parentFolder: Folder?
parameter toVimeoApiClient.createFolder(...)
- Added
parentFolderId: String?
parameter to other version ofVimeoApiClient.createFolder(...)
. - Added
ancestorPath
andparentFolder
connections toFolder
. - Added
addSubfolder
interaction toFolder
.
Release 2.0.0 Alpha 84
- Support for accepting a team invite