We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e172621 commit ee86140Copy full SHA for ee86140
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## 7.25.2
4
+
5
+* 优化
6
+ * 简化 Degbug 模式下日志输出
7
+* 修复
8
+ * storage 包上传接口配置 UC 域名未生效
9
+ * 处理 Windows 平台和 gomobile 因 go-sysinfo 依赖导致的兼容性问题
10
+ * 修复删除用户组策略问题
11
+ * 修复 bucket/v4 获取 buckets 不全问题
12
13
14
## 7.25.1
15
16
* 修复
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.25.1
+require github.com/qiniu/go-sdk/v7 v7.25.2
21
22
23
并且在项目中使用 `"github.com/qiniu/go-sdk/v7"` 引用 Qiniu Go SDK。
0 commit comments