Skip to content

Commit

Permalink
update to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lewzylu committed Sep 16, 2020
1 parent 0225cce commit 8654f9d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
cos-php-sdk-v5 Upgrade Guide
====================

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`

2.0.8 to 2.0.9
----------
- Fix bug of `listObjectVersions`
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.0.9';
const VERSION = '2.1.0';

public $httpClient;

Expand Down

0 comments on commit 8654f9d

Please sign in to comment.