We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3064b8a commit 44a8aebCopy full SHA for 44a8aeb
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# ChangeLog - Alibaba Cloud OSS SDK for Python v2
2
3
+## 版本号:1.1.0 日期:2025-03-10
4
+### 变更内容
5
+- Feature:Add clean restored object api
6
+- Feature:Add operation level read-write timeout
7
+- Feature:Add operation level total timeout
8
+- Feature:Add copier
9
+- Fix:The issue that callback result can not be obtained
10
+- Update:Change the type of body parameter of some api
11
+
12
## 版本号:1.0.2b0 日期:2025-01-03
13
### 变更内容
14
- Feature:Add bucket worm api
alibabacloud_oss_v2/_version.py
@@ -1,2 +1,2 @@
-VERSION = "1.0.2.beta"
+VERSION = "1.1.0"
0 commit comments