Skip to content

Commit 79275f6

Browse files
authored
Merge pull request #557 from vimeo/release-3-3
Release 3.3.0
2 parents b10a070 + fa33bf5 commit 79275f6

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Change Log
22
==========
33

4+
Version 3.3.0 *(2022-04-28)*
5+
----------------------------
6+
- Added `Authenticator.checkSsoConnection` to check for SSO availability for an email.
7+
- Added `Authenticator.createSsoAuthorizationUri(SsoConnection, String)` to check for SSO availability for an email.
8+
- Deprecated `Authenticator.fetchSsoDomain` in favor of `Authenticator.checkSsoConnection`.
9+
- Deprecated `Authenticator.createSsoAuthorizationUri(SsoDomain, String)` in favor of `Authenticator.createSsoAuthorizationUri(SsoConnection, String)`.
10+
- Made `TeamEntity` and `TeamPermission` implement `Entity` interface.
11+
412
Version 3.2.0 *(2022-04-22)*
513
----------------------------
614
- Added the following functions to`VimeoApiClient` which support team permission related operations, along with their respective supporting data classes: `fetchTeamPermissions`, `replaceTeamPermission`, `deleteTeamPermission`, `fetchPermissionPolicy`, `fetchPermissionPolicyList`

api-core/src/main/java/com/vimeo/networking2/ApiConstants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ object ApiConstants {
3333

3434
const val SSL_URL_PATTERN = "*.vimeo.com"
3535

36-
const val SDK_VERSION = "3.2.0"
36+
const val SDK_VERSION = "3.3.0"
3737

3838
const val NONE = -1
3939

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
org.gradle.parallel=true
2020
org.gradle.daemon=true
2121
org.gradle.jvmargs=-Xmx4096M
22-
version=3.2.0
22+
version=3.3.0
2323

2424
android.useAndroidX=true
2525
android.enableJetifier=true

0 commit comments

Comments
 (0)