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