Commit b33f4ca 1 parent 6c9d7f5 commit b33f4ca Copy full SHA for b33f4ca
File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# 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
+
2
10
## 7.19.1
3
11
* 新增
4
12
* PutPolicy 添加 transform 相关字段
5
-
13
+
6
14
## 7.19.0
7
15
* 新增
8
16
* 支持归档直读存储
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ github.com/qiniu/go-sdk
17
17
在您的项目中的 ` go.mod ` 文件内添加这行代码
18
18
19
19
```
20
- require github.com/qiniu/go-sdk/v7 v7.19 .0
20
+ require github.com/qiniu/go-sdk/v7 v7.20 .0
21
21
```
22
22
23
23
并且在项目中使用 ` "github.com/qiniu/go-sdk/v7" ` 引用 Qiniu Go SDK。
Original file line number Diff line number Diff line change 5
5
"strings"
6
6
)
7
7
8
- const Version = "7.19 .0"
8
+ const Version = "7.20 .0"
9
9
10
10
const (
11
11
CONTENT_TYPE_JSON = "application/json"
You can’t perform that action at this time.
0 commit comments