Skip to content

Commit f041366

Browse files
committed
Release 2.5.0
1 parent 167aac7 commit f041366

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# ChangeLog - Aliyun OSS SDK for PHP
22

3+
## v2.5.0 / 2022-05-13
4+
* Added: support bucket transfer acceleration.
5+
* Added: support bucket cname token.
6+
* Added: support listobjectsV2.
7+
38
## v2.4.3 / 2021-08-25
49
* Fixed: integer overflow in PHP5.x.
510

src/OSS/OssClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3664,8 +3664,8 @@ public function setConnectTimeout($connectTimeout)
36643664
);
36653665
// OssClient version information
36663666
const OSS_NAME = "aliyun-sdk-php";
3667-
const OSS_VERSION = "2.4.3";
3668-
const OSS_BUILD = "20210825";
3667+
const OSS_VERSION = "2.5.0";
3668+
const OSS_BUILD = "20220513";
36693669
const OSS_AUTHOR = "";
36703670
const OSS_OPTIONS_ORIGIN = 'Origin';
36713671
const OSS_OPTIONS_REQUEST_METHOD = 'Access-Control-Request-Method';

0 commit comments

Comments
 (0)