Skip to content

Commit

Permalink
Merge pull request #557 from vimeo/release-3-3
Browse files Browse the repository at this point in the history
Release 3.3.0
  • Loading branch information
anthonycr authored Apr 28, 2022
2 parents b10a070 + fa33bf5 commit 79275f6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Change Log
==========

Version 3.3.0 *(2022-04-28)*
----------------------------
- Added `Authenticator.checkSsoConnection` to check for SSO availability for an email.
- Added `Authenticator.createSsoAuthorizationUri(SsoConnection, String)` to check for SSO availability for an email.
- Deprecated `Authenticator.fetchSsoDomain` in favor of `Authenticator.checkSsoConnection`.
- Deprecated `Authenticator.createSsoAuthorizationUri(SsoDomain, String)` in favor of `Authenticator.createSsoAuthorizationUri(SsoConnection, String)`.
- Made `TeamEntity` and `TeamPermission` implement `Entity` interface.

Version 3.2.0 *(2022-04-22)*
----------------------------
- Added the following functions to`VimeoApiClient` which support team permission related operations, along with their respective supporting data classes: `fetchTeamPermissions`, `replaceTeamPermission`, `deleteTeamPermission`, `fetchPermissionPolicy`, `fetchPermissionPolicyList`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ object ApiConstants {

const val SSL_URL_PATTERN = "*.vimeo.com"

const val SDK_VERSION = "3.2.0"
const val SDK_VERSION = "3.3.0"

const val NONE = -1

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
org.gradle.parallel=true
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx4096M
version=3.2.0
version=3.3.0

android.useAndroidX=true
android.enableJetifier=true

0 comments on commit 79275f6

Please sign in to comment.