Skip to content

Commit 9566431

Browse files
committedFeb 2, 2024
Release 2.7.0
1 parent 34c69b5 commit 9566431

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed
 

‎CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# ChangeLog - Aliyun OSS SDK for PHP
22

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+
*
314
## v2.6.0 / 2022-08-03
415
* Added: support credentials provider.
516
* Fixed: compatible with swoole curl handler.

‎src/OSS/OssClient.php

+2-2
Original file line numberDiff line numberDiff 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.6.0";
3749-
const OSS_BUILD = "20220803";
3748+
const OSS_VERSION = "2.7.0";
3749+
const OSS_BUILD = "20240202";
37503750
const OSS_AUTHOR = "";
37513751
const OSS_OPTIONS_ORIGIN = 'Origin';
37523752
const OSS_OPTIONS_REQUEST_METHOD = 'Access-Control-Request-Method';

0 commit comments

Comments
 (0)
Failed to load comments.