Skip to content

Commit 8654f9d

Browse files
author
lewzylu
committed
update to 2.1.0
1 parent 0225cce commit 8654f9d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

UPGRADING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
cos-php-sdk-v5 Upgrade Guide
22
====================
33

4+
2.0.9 to 2.1.0
5+
----------
6+
- `upload` support upload with multithread
7+
- Add `retry` params for interface retry
8+
- Support add customer header
9+
- Signature will restrict part of the header and all parameters
10+
- fix `listBuckets` with `doamin`
11+
412
2.0.8 to 2.0.9
513
----------
614
- Fix bug of `listObjectVersions`

src/Qcloud/Cos/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
use GuzzleHttp\Psr7;
1919

2020
class Client extends GuzzleClient {
21-
const VERSION = '2.0.9';
21+
const VERSION = '2.1.0';
2222

2323
public $httpClient;
2424

0 commit comments

Comments
 (0)