Skip to content

Commit 572d0f8

Browse files
committed
Release 2.6.0
1 parent 9639da4 commit 572d0f8

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.6.0 / 2022-08-03
4+
* Added: support credentials provider.
5+
* Fixed: compatible with swoole curl handler.
6+
* Added: support more bucket stat info.
7+
38
## v2.5.0 / 2022-05-13
49
* Added: support bucket transfer acceleration.
510
* Added: support bucket cname token.

src/OSS/OssClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3726,8 +3726,8 @@ public function setConnectTimeout($connectTimeout)
37263726
);
37273727
// OssClient version information
37283728
const OSS_NAME = "aliyun-sdk-php";
3729-
const OSS_VERSION = "2.5.0";
3730-
const OSS_BUILD = "20220513";
3729+
const OSS_VERSION = "2.6.0";
3730+
const OSS_BUILD = "20220803";
37313731
const OSS_AUTHOR = "";
37323732
const OSS_OPTIONS_ORIGIN = 'Origin';
37333733
const OSS_OPTIONS_REQUEST_METHOD = 'Access-Control-Request-Method';

0 commit comments

Comments
 (0)