From 483dd0b8bff5d47f0e4ffc99f6077a295c5ccbb5 Mon Sep 17 00:00:00 2001 From: "guangjun.hgj" Date: Mon, 28 Oct 2024 18:39:45 +0800 Subject: [PATCH] Release 2.7.2 --- CHANGELOG.md | 4 ++++ src/OSS/OssClient.php | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93d9a6f..0de5ae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/OSS/OssClient.php b/src/OSS/OssClient.php index fa56991..ab6b7fd 100644 --- a/src/OSS/OssClient.php +++ b/src/OSS/OssClient.php @@ -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';