Skip to content

Commit ee86140

Browse files
author
YangSen-qn
committed
version to v7.25.2
1 parent e172621 commit ee86140

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 7.25.2
4+
5+
* 优化
6+
* 简化 Degbug 模式下日志输出
7+
* 修复
8+
* storage 包上传接口配置 UC 域名未生效
9+
* 处理 Windows 平台和 gomobile 因 go-sysinfo 依赖导致的兼容性问题
10+
* 修复删除用户组策略问题
11+
* 修复 bucket/v4 获取 buckets 不全问题
12+
13+
314
## 7.25.1
415

516
* 修复

README.md

+1-1
Original file line numberDiff line numberDiff 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.25.1
20+
require github.com/qiniu/go-sdk/v7 v7.25.2
2121
```
2222

2323
并且在项目中使用 `"github.com/qiniu/go-sdk/v7"` 引用 Qiniu Go SDK。

0 commit comments

Comments
 (0)