2 files changed +13
-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.0 / 2024-02-02
4
+ * Added: support signature version 4.
5
+ * Added: support checkObjectEndcoding option.
6
+ * Added: support strictObjectName option.
7
+ * Added: support filePathCompatible option.
8
+ * Added: support path style.
9
+ * Added: support environment variables credentials provider.
10
+ * Update: add filed for some api.
11
+ * Fixed: fix some bugs.
12
+
13
+ *
3
14
## v2.6.0 / 2022-08-03
4
15
* Added: support credentials provider.
5
16
* Fixed: compatible with swoole curl handler.
Original file line number Diff line number Diff line change @@ -3745,8 +3745,8 @@ public function setConnectTimeout($connectTimeout)
3745
3745
);
3746
3746
// OssClient version information
3747
3747
const OSS_NAME = "aliyun-sdk-php " ;
3748
- const OSS_VERSION = "2.6 .0 " ;
3749
- const OSS_BUILD = "20220803 " ;
3748
+ const OSS_VERSION = "2.7 .0 " ;
3749
+ const OSS_BUILD = "20240202 " ;
3750
3750
const OSS_AUTHOR = "" ;
3751
3751
const OSS_OPTIONS_ORIGIN = 'Origin ' ;
3752
3752
const OSS_OPTIONS_REQUEST_METHOD = 'Access-Control-Request-Method ' ;
0 commit comments