File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 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 * 支持归档直读存储
Original file line number Diff line number Diff 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。
Original file line number Diff line number Diff line change 55 "strings"
66)
77
8- const Version = "7.19 .0"
8+ const Version = "7.20 .0"
99
1010const (
1111 CONTENT_TYPE_JSON = "application/json"
You can’t perform that action at this time.
0 commit comments