Skip to content

Commit

Permalink
update to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lewzylu committed Sep 27, 2020
1 parent e0e0b86 commit 8dab76e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
cos-php-sdk-v5 Upgrade Guide
====================

2.1.0 to 2.1.1
----------
- Fix bug of urlencode when calculating signature

2.0.9 to 2.1.0
----------
- `upload` support upload with multithread
- Add `retry` params for interface retry
- Support add customer header
- Signature will restrict part of the header and all parameters
- fix `listBuckets` with `doamin`
- Fix `listBuckets` with `doamin`

2.0.8 to 2.0.9
----------
Expand Down
2 changes: 1 addition & 1 deletion src/Qcloud/Cos/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
use GuzzleHttp\Psr7;

class Client extends GuzzleClient {
const VERSION = '2.1.0';
const VERSION = '2.1.1';

public $httpClient;

Expand Down

0 comments on commit 8dab76e

Please sign in to comment.