Skip to content

Releases: vimeo/vimeo-networking-java

Release 2.0.0 Alpha 83

08 Apr 13:26
7598617
Compare
Choose a tag to compare
  • Support non-ASCII characters in the user-agent provided to the configuration (previously an exception would be thrown).

Release 2.0.0 Alpha 82

02 Apr 17:58
2af09c1
Compare
Choose a tag to compare
  • Added missing folder parameters to both variations of the VimeoApiClient.changeUserRole(...) function.

Release 2.0.0 Alpha 81

29 Mar 14:16
a54b741
Compare
Choose a tag to compare
  • Make TeamMembersConnection a data class (#477)
  • Changed source of TeamMembership.identifier from resource_key to uri to work around an API discrepancy where the identifier was not unique per membership (#477)
  • Fix bugs in grantTeamMembersFolderAccess methods (#478)

Release 2.0.0 Alpha 80

23 Mar 14:51
cfa10ff
Compare
Choose a tag to compare
  • Changed User.teamMembers from a BasicConnection to a TeamMembersConnection, in order to support additional properties invitesRemaining: Int? and maxSeats: Int?.

Release 2.0.0 Alpha 79

15 Mar 21:51
8a5d025
Compare
Choose a tag to compare

New methods for managing teams (#475)

  • VimeoApiClient.fetchTeamMembersList
  • VimeoApiClient.addUserToTeam
  • VimeoApiClient.removeUserFromTeam
  • VimeoApiClient.changeUserRole
  • VimeoApiClient.grantUsersAccessToFolder

Release 2.0.0 Alpha 78

02 Mar 14:49
9c62bdc
Compare
Choose a tag to compare
  • Added the EditSession.isMaxResolution: Boolean property
  • Added the Video.isPlayable: Boolean property.

Release 2.0.0 Alpha 77

25 Feb 20:24
901a8a3
Compare
Choose a tag to compare
  • Added filteredTotal to Page interface #472

Release 2.0.0 Alpha 76

05 Feb 16:54
7c84edd
Compare
Choose a tag to compare

Downgrades

  • Kotlin -> 1.3.72
  • Moshi -> 1.9.3
  • Okio -> 2.7.0

We can't upgrade to Kotlin 1.4+ yet in our client code, so we have to roll back to Kotlin 1.3.72 for the time being.

Release 2.0.0 Alpha 75

28 Jan 21:41
44debbb
Compare
Choose a tag to compare
  • Added link property to the Folder DTO.

Release 2.0.0 Alpha 74

26 Jan 17:42
2512e41
Compare
Choose a tag to compare

Modified createAlbum to support teams by accepting an uri String or User object instead of hard coding its api path.