File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# ChangeLog - Aliyun OSS SDK for PHP
22
3+ ## v2.5.0 / 2022-05-13
4+ * Added: support bucket transfer acceleration.
5+ * Added: support bucket cname token.
6+ * Added: support listobjectsV2.
7+
38## v2.4.3 / 2021-08-25
49* Fixed: integer overflow in PHP5.x.
510
Original file line number Diff line number Diff line change @@ -3664,8 +3664,8 @@ public function setConnectTimeout($connectTimeout)
36643664 );
36653665 // OssClient version information
36663666 const OSS_NAME = "aliyun-sdk-php " ;
3667- const OSS_VERSION = "2.4.3 " ;
3668- const OSS_BUILD = "20210825 " ;
3667+ const OSS_VERSION = "2.5.0 " ;
3668+ const OSS_BUILD = "20220513 " ;
36693669 const OSS_AUTHOR = "" ;
36703670 const OSS_OPTIONS_ORIGIN = 'Origin ' ;
36713671 const OSS_OPTIONS_REQUEST_METHOD = 'Access-Control-Request-Method ' ;
You can’t perform that action at this time.
0 commit comments