Skip to content

Commit 8dab76e

Browse files
author
lewzylu
committed
update to 2.1.1
1 parent e0e0b86 commit 8dab76e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

UPGRADING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
cos-php-sdk-v5 Upgrade Guide
22
====================
33

4+
2.1.0 to 2.1.1
5+
----------
6+
- Fix bug of urlencode when calculating signature
7+
48
2.0.9 to 2.1.0
59
----------
610
- `upload` support upload with multithread
711
- Add `retry` params for interface retry
812
- Support add customer header
913
- Signature will restrict part of the header and all parameters
10-
- fix `listBuckets` with `doamin`
14+
- Fix `listBuckets` with `doamin`
1115

1216
2.0.8 to 2.0.9
1317
----------

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.1.0';
21+
const VERSION = '2.1.1';
2222

2323
public $httpClient;
2424

0 commit comments

Comments
 (0)