Skip to content

Commit

Permalink
release v2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
huiguangjun committed Nov 16, 2022
1 parent 37772f2 commit 25a7611
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# ChangeLog - Aliyun OSS SDK for Go
## 版本号:v2.2.6 日期:2022-11-16
### 变更内容
- 增加:the object name cannot be empty in object's apis.
- 增加:support access monitor api.
- 修复:fix GetBucketStat bug.
- 增加:lifecycle rule supports filter configuration.
- 增加:support deleting the specified bucket tags.
- 修复:can't delete objects where the keys contain special characters.

## 版本号:v2.2.5 日期:2022-08-19
### 变更内容
- 增加:add meta data indexing api
Expand Down
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
> - 使用此SDK,用户可以方便地在任何应用、任何时间、任何地点上传,下载和管理数据。
## 版本
> - Current version: v2.2.5
> - Current version: v2.2.6
## 运行环境
> - Go 1.5及以上。
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
> - With this SDK, you can upload, download and manage data on any app anytime and anywhere conveniently.
## Version
> - Current version: v2.2.5
> - Current version: v2.2.6
## Running Environment
> - Go 1.5 or above.
Expand Down
2 changes: 1 addition & 1 deletion oss/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ const (

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

Version = "v2.2.5" // Go SDK version
Version = "v2.2.6" // Go SDK version
)

// FrameType
Expand Down

0 comments on commit 25a7611

Please sign in to comment.