We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d952090 commit bb391c9Copy full SHA for bb391c9
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 7.25.0
4
+
5
+* 新增
6
+ * CDN API 支持计量数据类型
7
8
## 7.24.0
9
* 新增
10
* 支持工作流模版
README.md
@@ -17,7 +17,7 @@ github.com/qiniu/go-sdk
17
在您的项目中的 `go.mod` 文件内添加这行代码
18
19
```
20
-require github.com/qiniu/go-sdk/v7 v7.24.0
+require github.com/qiniu/go-sdk/v7 v7.25.0
21
22
23
并且在项目中使用 `"github.com/qiniu/go-sdk/v7"` 引用 Qiniu Go SDK。
conf/conf.go
@@ -4,7 +4,7 @@ import (
"github.com/qiniu/go-sdk/v7/internal/env"
)
-const Version = "7.24.0"
+const Version = "7.25.0"
const (
CONTENT_TYPE_JSON = "application/json"
0 commit comments