Releases: tencentyun/cos-php-sdk-v5
Releases · tencentyun/cos-php-sdk-v5
release v2.0.3
- fix bug of path with /0/
release v2.0.2
- Fix bug of
putObject
withfopen
- Add ut
release v2.0.1
1.Add interface of inventory/tagging/logging
2.Fix query bug
release v2.0.0
- cos-php-sdk-v5 now uses
GuzzleHttp
for HTTP message.
Due to fact, it depending on PHP >= 5.6. - Use the
Qcloud\Cos\Client\getPresignetUrl()
method instead of theQcloud\Cos\Command\createPresignedUrl()
$copSource
parameters of theQcloud\Cos\Client\Copy
interface are no longer compatible with older versions.- 0 byte file will be uploaded without throwing an exception, only a warning.
release v1.3.4
update to 1.3.4
release v1.3.3
- Update bucket style
- fix response parameter 'location
release v1.3.2
- Support endpoint
- Update sample
release v1.3.1
- Add schema section in config which support https
- replace %2F with / in key
release v1.3.0
- Update copy interface.(Fixed a serious bug of the replication interface. If you need to use copy, upgrade to the latest version)
- Update ut
release v1.2.4
- Fix installation documentation
- Add zip and phar files