File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 7.22.0
4
+ * 新增
5
+ * 新版存储客户端库 storagev2 包,包含
6
+ * 新的 [ uploader] ( github.com/qiniu/go-sdk/v7/storagev2/uploader ) 包设计,提供更好的对象上传接口
7
+ * 新的 [ downloader] ( github.com/qiniu/go-sdk/v7/storagev2/downloader ) 包设计,提供更好的对象下载接口
8
+ * 新的 [ objects] ( github.com/qiniu/go-sdk/v7/storagev2/objects ) 包设计,提供更好的对象管理接口
9
+ * 为 HTTP 客户端新增防劫持能力
10
+ * 调整
11
+ * 查询区域主备域名
12
+ * 修复
13
+ * Go SDK v7.21.1 可能出现崩溃的问题
14
+
3
15
## 7.21.1
4
16
* 修复
5
17
* 修复通过 ResumeUploaderV2 上传的文件无法正确设置 Content-Type 的问题
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.21.1
20
+ require github.com/qiniu/go-sdk/v7 v7.22.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 4
4
"github.com/qiniu/go-sdk/v7/internal/env"
5
5
)
6
6
7
- const Version = "7.21.1 "
7
+ const Version = "7.22.0 "
8
8
9
9
const (
10
10
CONTENT_TYPE_JSON = "application/json"
You can’t perform that action at this time.
0 commit comments