Skip to content

Commit

Permalink
version to v7.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
YangSen-qn committed Jan 17, 2025
1 parent e172621 commit ee86140
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 7.25.2

* 优化
* 简化 Degbug 模式下日志输出
* 修复
* storage 包上传接口配置 UC 域名未生效
* 处理 Windows 平台和 gomobile 因 go-sysinfo 依赖导致的兼容性问题
* 修复删除用户组策略问题
* 修复 bucket/v4 获取 buckets 不全问题


## 7.25.1

* 修复
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ github.com/qiniu/go-sdk
在您的项目中的 `go.mod` 文件内添加这行代码

```
require github.com/qiniu/go-sdk/v7 v7.25.1
require github.com/qiniu/go-sdk/v7 v7.25.2
```

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

0 comments on commit ee86140

Please sign in to comment.