4.4 KiB
4.4 KiB
Changelog
2.0.5 - 2018-04-27
Changed
- Updating the user agent version string to match the library version.
2.0.4 - 2018-04-24
Added
- Support for passing your own
Authorizationheader on API requests. (#166)
2.0.3 - 2018-04-02
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 - 2018-03-20
Added
- Support for passing API requests through a custom proxy. (#161, @MichalMMac)
2.0.1 - 2018-03-07
Added
- Initializing a unit test environment. (#143, @peter279k)
- Support for making
HEADrequests. (#160)
2.0.0 - 2018-02-06
Changed
- Moving API requests over to use API v3.4. (#144)
- Moving uploads over to using the new tus protocol. (#144)
1.3.0 - 2017-10-25
Changed
- Deprecating the
upgrade_to_1080option on video uploads. (#140)
1.2.7 - 2017-10-04
Added
Fixed
Changed
- PSR-2 code style. (#117, @peter279k)
1.2.6 - 2016-12-02
Fixed
- Updating the user agent so it matches the current release.
1.2.5 - 2016-10-13
Fixed
1.2.4 - 2016-09-13
Added
Changed
- Updated some examples to match the new example format.
Fixed
- Fixed some bad documentation in the README.
- Fixed a bad VOD example. (#76)
- Correctly handing headers when parsing them. (#110, @qzminski)
1.2.3 - 2015-06-02
Added
- Handling timeouts for large files.
1.2.2 - 2015-05-11
Fixed
- Reinstating the upload request. (#72)
1.2.1 - 2015-05-07
Changed
- Move from pem to cer
1.2.0 - 2015-05-01
Changed
- Better error messages when uploading (#66)
- Better error messages when curl errors (#68)
- Root cert is included to help with curl errors (#69)
1.1.0 - 2014-10-23
Added
- Added composer support (#6)
1.0.0 - 2014-09-26
Added
- This is the Vimeo library for version 3 of the Vimeo API.