Skip to content

Commit 3804c13

Browse files
committed
release v3.0.2
1 parent 4550a97 commit 3804c13

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# ChangeLog - Aliyun OSS SDK for Go
22

3+
## 版本号:v3.0.2 日期:2023-12-28
4+
### 变更内容
5+
- 增加:presign 支持 oss v4签名规则
6+
- 增加:credentials provider supports GetCredentialsE interface
7+
- 修改:fix GetReaderLen
8+
39
## 版本号:v2.2.10 日期:2023-10-30
410
### 变更内容
511
- 增加:support return callback body.

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.10
16+
> - Current version: v3.0.2
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.10
16+
> - Current version: v3.0.2
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
@@ -248,7 +248,7 @@ const (
248248

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

251-
Version = "v2.2.10" // Go SDK version
251+
Version = "v3.0.2" // Go SDK version
252252
)
253253

254254
// FrameType

0 commit comments

Comments
 (0)