File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# ChangeLog - Aliyun OSS SDK for PHP
2
2
3
+ ## v2.6.0 / 2022-08-03
4
+ * Added: support credentials provider.
5
+ * Fixed: compatible with swoole curl handler.
6
+ * Added: support more bucket stat info.
7
+
3
8
## v2.5.0 / 2022-05-13
4
9
* Added: support bucket transfer acceleration.
5
10
* Added: support bucket cname token.
Original file line number Diff line number Diff line change @@ -3726,8 +3726,8 @@ public function setConnectTimeout($connectTimeout)
3726
3726
);
3727
3727
// OssClient version information
3728
3728
const OSS_NAME = "aliyun-sdk-php " ;
3729
- const OSS_VERSION = "2.5 .0 " ;
3730
- const OSS_BUILD = "20220513 " ;
3729
+ const OSS_VERSION = "2.6 .0 " ;
3730
+ const OSS_BUILD = "20220803 " ;
3731
3731
const OSS_AUTHOR = "" ;
3732
3732
const OSS_OPTIONS_ORIGIN = 'Origin ' ;
3733
3733
const OSS_OPTIONS_REQUEST_METHOD = 'Access-Control-Request-Method ' ;
You can’t perform that action at this time.
0 commit comments