Skip to content

Commit aaafba7

Browse files
lewzylulewzylu
andauthored
update to 2.2.1 (#198)
Co-authored-by: lewzylu <lewzylu@tencent.com>
1 parent e240d8f commit aaafba7

File tree

2 files changed

+22
-16
lines changed

2 files changed

+22
-16
lines changed

CHANGELOG.md

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,28 @@
11
cos-php-sdk-v5 Upgrade Guide
22
====================
3+
2.2.0 to 2.2.1
4+
----------
5+
- Add `PutObjectTagging` interface
6+
- Add `GetObjectTagging` interface
7+
- Add `DeleteObjectTagging` interface
8+
39
2.1.6 to 2.2.0
410
----------
5-
`PutObject` interface supports ci image process
6-
`GetObject` interface supports ci image process
7-
Add `ImageInfo` interface, which is used for get image info
8-
Add `ImageExif` interface, which is used for get image exif
9-
Add `ImageAve` interface, which is used for get image ave
10-
Add `ImageProcess` interface, which is used for data processing on cloud
11-
Add `Qrcode` interface, which is used for qrcode recognition
12-
Add `QrcodeGenerate` interface, which is used for generate qrcode
13-
Add `DetectLabel` interface, which is used for detect image label
14-
Add `PutBucketImageStyle` interface, which is used for add bucket image style
15-
Add `GetBucketImageStyle` interface, which is used for get bucket image style
16-
Add `DeleteBucketImageStyle` interface, which is used for delete bucket image style
17-
Add `PutBucketGuetzli` interface, which is used for open bucket guetzli state
18-
Add `GetBucketGuetzli` interface, which is used for get bucket guetzli state
19-
Add `DeleteBucketGuetzli` interface, which is used for close bucket guetzli state
11+
- `PutObject` interface supports ci image process
12+
- `GetObject` interface supports ci image process
13+
- Add `ImageInfo` interface, which is used for get image info
14+
- Add `ImageExif` interface, which is used for get image exif
15+
- Add `ImageAve` interface, which is used for get image ave
16+
- Add `ImageProcess` interface, which is used for data processing on cloud
17+
- Add `Qrcode` interface, which is used for qrcode recognition
18+
- Add `QrcodeGenerate` interface, which is used for generate qrcode
19+
- Add `DetectLabel` interface, which is used for detect image label
20+
- Add `PutBucketImageStyle` interface, which is used for add bucket image style
21+
- Add `GetBucketImageStyle` interface, which is used for get bucket image style
22+
- Add `DeleteBucketImageStyle` interface, which is used for delete bucket image style
23+
- Add `PutBucketGuetzli` interface, which is used for open bucket guetzli state
24+
- Add `GetBucketGuetzli` interface, which is used for get bucket guetzli state
25+
- Add `DeleteBucketGuetzli` interface, which is used for close bucket guetzli state
2026

2127
2.1.5 to 2.1.6
2228
----------

src/Qcloud/Cos/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
* @method object DeleteBucketGuetzli (array $arg)
9393
*/
9494
class Client extends GuzzleClient {
95-
const VERSION = '2.2.0';
95+
const VERSION = '2.2.1';
9696

9797
public $httpClient;
9898

0 commit comments

Comments
 (0)