Skip to content

Commit ce5d34d

Browse files
committed
Release 2.7.1
1 parent 85bb30d commit ce5d34d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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.
@@ -10,7 +13,6 @@
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.

src/OSS/OssClient.php

Lines changed: 2 additions & 2 deletions
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.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';

0 commit comments

Comments
 (0)