Skip to content

Commit 25a7611

Browse files
committed
release v2.2.6
1 parent 37772f2 commit 25a7611

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# ChangeLog - Aliyun OSS SDK for Go
2+
## 版本号:v2.2.6 日期:2022-11-16
3+
### 变更内容
4+
- 增加:the object name cannot be empty in object's apis.
5+
- 增加:support access monitor api.
6+
- 修复:fix GetBucketStat bug.
7+
- 增加:lifecycle rule supports filter configuration.
8+
- 增加:support deleting the specified bucket tags.
9+
- 修复:can't delete objects where the keys contain special characters.
10+
211
## 版本号:v2.2.5 日期:2022-08-19
312
### 变更内容
413
- 增加:add meta data indexing api

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.5
16+
> - Current version: v2.2.6
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.5
16+
> - Current version: v2.2.6
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
@@ -240,7 +240,7 @@ const (
240240

241241
DefaultContentSha256 = "UNSIGNED-PAYLOAD" // for v4 signature
242242

243-
Version = "v2.2.5" // Go SDK version
243+
Version = "v2.2.6" // Go SDK version
244244
)
245245

246246
// FrameType

0 commit comments

Comments
 (0)