Skip to content

Commit

Permalink
Merge pull request #547 from vimeo/release-3-prep
Browse files Browse the repository at this point in the history
Version 3.0.0
  • Loading branch information
anthonycr authored Mar 28, 2022
2 parents 597250c + 3b9899b commit aaa9c45
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
==========

Version 3.0.0 *(2022-03-25)*
----------------------------
- Disables certificate pinning by default and removes the ability to pin to Vimeo's intermediate API certificate.
- Consumers of 2.x or 1.x versions of the library will need to upgrade to 3.x or manually disable certificate pinning before 3 March 2023, when the certificate pinned to in those versions expires. Failure to upgrade to 3.x or disable certificate pinning by that date will result in API requests failing.

Version 2.4.0 *(2022-03-08)*
----------------------------
- Added `id` to `Live`.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# vimeo-networking
vimeo-networking is a JVM (Java & Kotlin) SDK used for interacting with the Vimeo API. The example app provided in this project shows the implementation in the context of an Android app.

#### WARNING: Please upgrade to version 3.x of this library by 3 March 2023 or manually disable certificate pinning on version 1.x or 2.x by this date. API requests that use certificate pinning will fail beginning on this date as the certificate that 1.x and 2.x pin to will expire and be replaced.

| Branch | Build Status |
|--------|--------------|
| develop | [![release workflow](https://github.com/vimeo/vimeo-networking-java/actions/workflows/shipit.yml/badge.svg)](https://github.com/vimeo/vimeo-networking-java/actions/workflows/shipit.yml) |
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 = "2.4.0"
const val SDK_VERSION = "3.0.0"

const val NONE = -1

Expand Down

0 comments on commit aaa9c45

Please sign in to comment.