Releases: vimeo/vimeo.php
Releases · vimeo/vimeo.php
3.0.0
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
Changed
- Updating the user agent version string to match the library version.
2.0.4
Added
- Support for passing your own
Authorization
header on API requests. (#166)
2.0.3
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
- Added support for routing API requests through a proxy.
2.0.1
- Added support for making
HEAD
requests.
2.0.0
- Vimeo API v3.4 support.
- Uploading has been moved over to use the new tus protocol.
Bug Fix Release
- Allow lowercase HTTP verbs in requests
- Fix RateLimit Header response
Root cert and large upload fix
- 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
Merge pull request #72 from vimeo/api-intermediate-cert-fix
Reinstate upload request. Append error message to VimeoUploadException. fix #71