File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# ChangeLog - Aliyun OSS SDK for PHP
22
3+ ## v2.7.1 / 2024-02-28
4+ * Fixed: fix deprecated
5+
36## v2.7.0 / 2024-02-02
47* Added: support signature version 4.
58* Added: support checkObjectEndcoding option.
1013* Update: add filed for some api.
1114* Fixed: fix some bugs.
1215
13- *
1416## v2.6.0 / 2022-08-03
1517* Added: support credentials provider.
1618* Fixed: compatible with swoole curl handler.
Original file line number Diff line number Diff line change @@ -3745,8 +3745,8 @@ public function setConnectTimeout($connectTimeout)
37453745 );
37463746 // OssClient version information
37473747 const OSS_NAME = "aliyun-sdk-php " ;
3748- const OSS_VERSION = "2.7.0 " ;
3749- const OSS_BUILD = "20240202 " ;
3748+ const OSS_VERSION = "2.7.1 " ;
3749+ const OSS_BUILD = "20240228 " ;
37503750 const OSS_AUTHOR = "" ;
37513751 const OSS_OPTIONS_ORIGIN = 'Origin ' ;
37523752 const OSS_OPTIONS_REQUEST_METHOD = 'Access-Control-Request-Method ' ;
You can’t perform that action at this time.
0 commit comments