Skip to content

Commit 483dd0b

Browse files
committed
Release 2.7.2
1 parent a31aebd commit 483dd0b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## v2.7.2 / 2024-10-28
4+
* Added: presign supports response-* parameters
5+
* Added: forcePathStyle option.
6+
37
## v2.7.1 / 2024-02-28
48
* Fixed: fix deprecated
59

src/OSS/OssClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3760,8 +3760,8 @@ public function setConnectTimeout($connectTimeout)
37603760
);
37613761
// OssClient version information
37623762
const OSS_NAME = "aliyun-sdk-php";
3763-
const OSS_VERSION = "2.7.1";
3764-
const OSS_BUILD = "20240228";
3763+
const OSS_VERSION = "2.7.2";
3764+
const OSS_BUILD = "20241028";
37653765
const OSS_AUTHOR = "";
37663766
const OSS_OPTIONS_ORIGIN = 'Origin';
37673767
const OSS_OPTIONS_REQUEST_METHOD = 'Access-Control-Request-Method';

0 commit comments

Comments
 (0)