File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## 7.20.2
3+ * 修复
4+ * 修复通过 FormUploader 上传的文件无法正确设置 Content-Type 的问题
5+
26## 7.20.1
37* 新增
48 * 获取区域 API 支持单独配置 UC 域名
59 * BucketManager List Bucket 接口支持返回文件的 parts
6-
10+
711## 7.20.0
812* 新增
913 * 新版存储客户端库 storagev2 包,包含
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.1
20+ require github.com/qiniu/go-sdk/v7 v7.20.2
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.20.1 "
8+ const Version = "7.20.2 "
99
1010const (
1111 CONTENT_TYPE_JSON = "application/json"
You can’t perform that action at this time.
0 commit comments