Skip to content

release v2.0.0

Compare
Choose a tag to compare
@lewzylu lewzylu released this 25 Sep 13:58
· 252 commits to master since this release
  1. cos-php-sdk-v5 now uses GuzzleHttp for HTTP message.
    Due to fact, it depending on PHP >= 5.6.
  2. Use the Qcloud\Cos\Client\getPresignetUrl() method instead of the Qcloud\Cos\Command\createPresignedUrl()
  3. $copSource parameters of the Qcloud\Cos\Client\Copy interface are no longer compatible with older versions.
  4. 0 byte file will be uploaded without throwing an exception, only a warning.