Skip to content

Releases: vimeo/vimeo-networking-java

Release 2.0.0 Alpha 93

17 Jun 12:58
6693758
Compare
Choose a tag to compare

Added the following properties to EditSession

  • vsid
  • has_watermark
  • is_rated
  • result_video_hash

Release 2.0.0 Alpha 92

15 Jun 13:12
8a9a39c
Compare
Choose a tag to compare
  • Updated the Vimeo API version used to 3.4.4

Release 2.0.0 Alpha 91

03 Jun 18:43
c17e08c
Compare
Choose a tag to compare
  • Changed VimeoApiClient.createFolder from passing parent_folder_id to passing parent_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 old parent_folder_id parameter was removed.

Release 2.0.0 Alpha 90

25 May 14:29
fb088c6
Compare
Choose a tag to compare
  • Added accessGrant to TeamMembership.
  • Added AccessGrant DTO.
  • Added PermissionPolicy DTO.
  • Added PermissionActions DTO.

Release 2.0.0 Alpha 89

18 May 14:34
0251626
Compare
Choose a tag to compare
  • Upgrade to Kotin 1.5 #490
  • Upgrade to Moshi 1.12.0 #490

Release 2.0.0 Alpha 88

13 May 19:01
8c08d62
Compare
Choose a tag to compare
  • Remove an unnecessary path parameter from @HTTP annotation

Release 2.0.0 Alpha 87

13 May 18:13
0caddf3
Compare
Choose a tag to compare
  • 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

05 May 15:30
350ead2
Compare
Choose a tag to compare
  • Disallowed making requests with the VimeoApiClient to non Vimeo URLs and to URIs that contain a path traversal.

Release 2.0.0 Alpha 85

27 Apr 19:00
f3ec86a
Compare
Choose a tag to compare

Support for subfolders

  • Added shouldDeleteClips: Boolean parameter to VimeoApiClient.deleteFolder(...).
  • Added parentFolder: Folder? parameter to VimeoApiClient.createFolder(...)
  • Added parentFolderId: String? parameter to other version of VimeoApiClient.createFolder(...).
  • Added ancestorPath and parentFolder connections to Folder.
  • Added addSubfolder interaction to Folder.

Release 2.0.0 Alpha 84

21 Apr 18:03
129809b
Compare
Choose a tag to compare
  • Support for accepting a team invite