File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 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 的问题
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.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。
Original file line number Diff line number Diff line change 44 "github.com/qiniu/go-sdk/v7/internal/env"
55)
66
7- const Version = "7.20.2 "
7+ const Version = "7.21.0 "
88
99const (
1010 CONTENT_TYPE_JSON = "application/json"
You can’t perform that action at this time.
0 commit comments