Skip to content

Commit e861b0b

Browse files
authored
bump version to v7.22.0 (#141)
1 parent e972184 commit e861b0b

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

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+
315
## 7.21.1
416
* 修复
517
* 修复通过 ResumeUploaderV2 上传的文件无法正确设置 Content-Type 的问题

README.md

Lines changed: 1 addition & 1 deletion
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.21.1
20+
require github.com/qiniu/go-sdk/v7 v7.22.0
2121
```
2222

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

conf/conf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"github.com/qiniu/go-sdk/v7/internal/env"
55
)
66

7-
const Version = "7.21.1"
7+
const Version = "7.22.0"
88

99
const (
1010
CONTENT_TYPE_JSON = "application/json"

0 commit comments

Comments
 (0)