Skip to content

Commit 5f1f010

Browse files
authored
Bump version to v7.21.0 (#133)
1 parent 9d98ac7 commit 5f1f010

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Changelog
2+
3+
## 7.21.0
4+
* 新增
5+
* 统一环境变量和配置文件
6+
* 新版存储客户端库 storagev2 包,包含
7+
* 新的 [resolver](github.com/qiniu/go-sdk/v7/storagev2/resolver) 包设计,可以为 HTTP 客户端指定域名解析器
8+
* 新的 [chooser](github.com/qiniu/go-sdk/v7/storagev2/chooser) 包设计,可以为 HTTP 客户端选择成功率较高的 IP 地址
9+
* 新的 [backoff](github.com/qiniu/go-sdk/v7/storagev2/backoff) 包设计,可以为 HTTP 客户端指定重试退避时长
10+
* 新的 [retrier](github.com/qiniu/go-sdk/v7/storagev2/retrier) 包设计,可以为 HTTP 客户端指定重试策略
11+
* 为 HTTP 客户端新增 uplog 机制
12+
213
## 7.20.2
314
* 修复
415
* 修复通过 FormUploader 上传的文件无法正确设置 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.20.2
20+
require github.com/qiniu/go-sdk/v7 v7.21.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.20.2"
7+
const Version = "7.21.0"
88

99
const (
1010
CONTENT_TYPE_JSON = "application/json"

0 commit comments

Comments
 (0)