We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0225cce commit 8654f9dCopy full SHA for 8654f9d
UPGRADING.md
@@ -1,6 +1,14 @@
1
cos-php-sdk-v5 Upgrade Guide
2
====================
3
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
+
12
2.0.8 to 2.0.9
13
----------
14
- Fix bug of `listObjectVersions`
src/Qcloud/Cos/Client.php
@@ -18,7 +18,7 @@
18
use GuzzleHttp\Psr7;
19
20
class Client extends GuzzleClient {
21
- const VERSION = '2.0.9';
+ const VERSION = '2.1.0';
22
23
public $httpClient;
24
0 commit comments