Skip to content

Commit

Permalink
Release 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
huiguangjun committed Oct 28, 2024
1 parent a31aebd commit 483dd0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog - Aliyun OSS SDK for PHP

## v2.7.2 / 2024-10-28
* Added: presign supports response-* parameters
* Added: forcePathStyle option.

## v2.7.1 / 2024-02-28
* Fixed: fix deprecated

Expand Down
4 changes: 2 additions & 2 deletions src/OSS/OssClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -3760,8 +3760,8 @@ public function setConnectTimeout($connectTimeout)
);
// OssClient version information
const OSS_NAME = "aliyun-sdk-php";
const OSS_VERSION = "2.7.1";
const OSS_BUILD = "20240228";
const OSS_VERSION = "2.7.2";
const OSS_BUILD = "20241028";
const OSS_AUTHOR = "";
const OSS_OPTIONS_ORIGIN = 'Origin';
const OSS_OPTIONS_REQUEST_METHOD = 'Access-Control-Request-Method';
Expand Down

0 comments on commit 483dd0b

Please sign in to comment.