Skip to content

Releases: vimeo/vimeo.php

3.0.0

19 Nov 19:02
Compare
Choose a tag to compare

Added

  • Added Psalm into our test process for static analysis. (#186)

Changed

  • Rewrote the Tus upload integration to use TusPHP. (#186)

Removed

  • Removed support for <PHP 7.1. (#186)

2.0.5

19 Nov 19:01
Compare
Choose a tag to compare

Changed

  • Updating the user agent version string to match the library version.

2.0.4

24 Apr 19:36
Compare
Choose a tag to compare

Added

  • Support for passing your own Authorization header on API requests. (#166)

2.0.3

03 Apr 16:32
Compare
Choose a tag to compare

Changed

  • Uploads no longer make a pre-emptive request to check the user's quota. This check is done automatically when making a POST to /me/videos. (#163)

2.0.2

02 Apr 19:12
Compare
Choose a tag to compare
  • Added support for routing API requests through a proxy.

2.0.1

02 Apr 19:12
Compare
Choose a tag to compare
  • Added support for making HEAD requests.

2.0.0

02 Apr 19:11
9fbf705
Compare
Choose a tag to compare
  • Vimeo API v3.4 support.
  • Uploading has been moved over to use the new tus protocol.

Bug Fix Release

13 Sep 15:07
Compare
Choose a tag to compare
  • Allow lowercase HTTP verbs in requests
  • Fix RateLimit Header response

Root cert and large upload fix

02 Jun 21:57
Compare
Choose a tag to compare
  • Root cert is now bundled, so php curl on windows shouldn't need additional configuration
  • Timeouts in the upload workflow are now handled properly, so very large uploads should work without issue

Upload Bugfix

11 May 15:46
Compare
Choose a tag to compare
Merge pull request #72 from vimeo/api-intermediate-cert-fix

Reinstate upload request. Append error message to VimeoUploadException. fix #71