Skip to content

Commit b33f4ca

Browse files
committed
bump version to v7.20.0
1 parent 6c9d7f5 commit b33f4ca

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# Changelog
2+
## 7.20.0
3+
* 新增
4+
* 新版存储客户端库 storagev2 包,包含
5+
* 新的 [region](github.com/qiniu/go-sdk/v7/storagev2/region) 包设计,使用新的 `RegionsProvider``EndpointsProvider` 接口替代之前的 `Region` 结构体
6+
* 新的 [credentials](github.com/qiniu/go-sdk/v7/storagev2/credentials) 包设计,使用新的 `CredentialsProvider` 接口替代之前的 `Credentials` 结构体
7+
* 新的 [uptoken](github.com/qiniu/go-sdk/v7/storagev2/uptoken) 包设计,使用新的 `PutPolicy` 结构体,使用新的 `UpTokenProvider` 接口替代之前用字符串表示上传凭证的方式
8+
* 新的 [apis](github.com/qiniu/go-sdk/v7/storagev2/apis) 包设计,使用新的 `Storage` 结构体调用七牛 Kodo API
9+
210
## 7.19.1
311
* 新增
412
* PutPolicy 添加 transform 相关字段
5-
13+
614
## 7.19.0
715
* 新增
816
* 支持归档直读存储

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ github.com/qiniu/go-sdk
1717
在您的项目中的 `go.mod` 文件内添加这行代码
1818

1919
```
20-
require github.com/qiniu/go-sdk/v7 v7.19.0
20+
require github.com/qiniu/go-sdk/v7 v7.20.0
2121
```
2222

2323
并且在项目中使用 `"github.com/qiniu/go-sdk/v7"` 引用 Qiniu Go SDK。

conf/conf.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"strings"
66
)
77

8-
const Version = "7.19.0"
8+
const Version = "7.20.0"
99

1010
const (
1111
CONTENT_TYPE_JSON = "application/json"

0 commit comments

Comments
 (0)