Skip to content

Commit 77977ff

Browse files
committed
release v2.2.7
1 parent 95400a1 commit 77977ff

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# ChangeLog - Aliyun OSS SDK for Go
2+
3+
## 版本号:v2.2.7 日期:2023-03-23
4+
### 变更内容
5+
- 增加:support get info form EC & x-oss-err.
6+
- 增加:support bucket replication time control api.
7+
- 增加:support bucket style api.
8+
- 增加:support list bucket cname api.
9+
- 增加:support bucket resource group api.
10+
- 修复:do not use uname -* cmd to get platform information.
11+
- 修复:call rand.Seed only once.
12+
213
## 版本号:v2.2.6 日期:2022-11-16
314
### 变更内容
415
- 增加:the object name cannot be empty in object's apis.

README-CN.md

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

README.md

Lines changed: 1 addition & 1 deletion
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.6
16+
> - Current version: v2.2.7
1717
1818
## Running Environment
1919
> - Go 1.5 or above.

oss/const.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ const (
242242

243243
DefaultContentSha256 = "UNSIGNED-PAYLOAD" // for v4 signature
244244

245-
Version = "v2.2.6" // Go SDK version
245+
Version = "v2.2.7" // Go SDK version
246246
)
247247

248248
// FrameType

0 commit comments

Comments
 (0)