We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b6ff2 commit 5903ad3Copy full SHA for 5903ad3
CHANGELOG.md
@@ -1,4 +1,14 @@
1
# ChangeLog - Alibaba Cloud OSS SDK for PHP v2
2
+## 版本号:0.3.0 日期:2025-04-24
3
+### 变更内容
4
+- Feature:add bucket inventory api
5
+- Feature:add bucket style api
6
+- Feature:add bucket resource group api
7
+- Feature:add bucket https config api
8
+- Feature:add bucket redundancy transition api
9
+- Feature:add list cloud boxes api and add cloud box id param
10
+- Feature:add bucket replication api
11
+- Feature:add access point api
12
13
## 版本号:0.2.1 日期:2025-03-18
14
### 变更内容
src/Version.php
@@ -10,5 +10,5 @@
*/
final class Version
{
- public const VERSION = '0.2.1';
+ public const VERSION = '0.3.0';
}
0 commit comments