File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-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.7.2 / 2024-10-28
4
+ * Added: presign supports response-* parameters
5
+ * Added: forcePathStyle option.
6
+
3
7
## v2.7.1 / 2024-02-28
4
8
* Fixed: fix deprecated
5
9
Original file line number Diff line number Diff line change @@ -3760,8 +3760,8 @@ public function setConnectTimeout($connectTimeout)
3760
3760
);
3761
3761
// OssClient version information
3762
3762
const OSS_NAME = "aliyun-sdk-php " ;
3763
- const OSS_VERSION = "2.7.1 " ;
3764
- const OSS_BUILD = "20240228 " ;
3763
+ const OSS_VERSION = "2.7.2 " ;
3764
+ const OSS_BUILD = "20241028 " ;
3765
3765
const OSS_AUTHOR = "" ;
3766
3766
const OSS_OPTIONS_ORIGIN = 'Origin ' ;
3767
3767
const OSS_OPTIONS_REQUEST_METHOD = 'Access-Control-Request-Method ' ;
You can’t perform that action at this time.
0 commit comments