Skip to content

Commit 2bc5874

Browse files
authored
release v2.2.10 (#420)
1 parent 8a3825c commit 2bc5874

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# ChangeLog - Aliyun OSS SDK for Go
22

3+
## 版本号:v2.2.10 日期:2023-10-30
4+
### 变更内容
5+
- 增加:support return callback body.
6+
- 增加:support response header api
7+
- 增加:add region field in listBuckets
8+
- 增加:add ResponseVary field in CORSXML
9+
310
## 版本号:v2.2.9 日期:2023-08-25
411
### 变更内容
512
- 增加:support force path style option.

README-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
> - 使用此SDK,用户可以方便地在任何应用、任何时间、任何地点上传,下载和管理数据。
1414
1515
## 版本
16-
> - Current version: v2.2.9
16+
> - Current version: v2.2.10
1717
1818
## 运行环境
1919
> - Go 1.5及以上。

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
> - With this SDK, you can upload, download and manage data on any app anytime and anywhere conveniently.
1414
1515
## Version
16-
> - Current version: v2.2.9
16+
> - Current version: v2.2.10
1717
1818
## Running Environment
1919
> - Go 1.5 or above.

oss/const.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ const (
245245

246246
DefaultContentSha256 = "UNSIGNED-PAYLOAD" // for v4 signature
247247

248-
Version = "v2.2.8" // Go SDK version
248+
Version = "v2.2.10" // Go SDK version
249249
)
250250

251251
// FrameType

0 commit comments

Comments
 (0)