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 e0e0b86 commit 8dab76eCopy full SHA for 8dab76e
UPGRADING.md
@@ -1,13 +1,17 @@
1
cos-php-sdk-v5 Upgrade Guide
2
====================
3
4
+2.1.0 to 2.1.1
5
+----------
6
+- Fix bug of urlencode when calculating signature
7
+
8
2.0.9 to 2.1.0
9
----------
10
- `upload` support upload with multithread
11
- Add `retry` params for interface retry
12
- Support add customer header
13
- Signature will restrict part of the header and all parameters
-- fix `listBuckets` with `doamin`
14
+- Fix `listBuckets` with `doamin`
15
16
2.0.8 to 2.0.9
17
src/Qcloud/Cos/Client.php
@@ -18,7 +18,7 @@
18
use GuzzleHttp\Psr7;
19
20
class Client extends GuzzleClient {
21
- const VERSION = '2.1.0';
+ const VERSION = '2.1.1';
22
23
public $httpClient;
24
0 commit comments