Skip to content

Commit

Permalink
Merge pull request #102 from YangSen-qn/master
Browse files Browse the repository at this point in the history
version to v1.17.0
  • Loading branch information
bachue authored Jun 29, 2023
2 parents 41bd3d9 + 9c12bc6 commit b985be7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## 7.17.0
* 优化
* 对象存储,UC 服务相关请求支持主备重试

## 7.16.0
* 新增
* 对象存储,`BucketManager` `BucketsV4` 获取该用户的指定区域内的空间信息,注意该 API 以分页形式返回 Bucket 列表
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.16.0
require github.com/qiniu/go-sdk/v7 v7.17.0
```

并且在项目中使用 `"github.com/qiniu/go-sdk/v7"` 引用 Qiniu Go SDK。
Expand Down
2 changes: 1 addition & 1 deletion conf/conf.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"strings"
)

const Version = "7.16.0"
const Version = "7.17.0"

const (
CONTENT_TYPE_JSON = "application/json"
Expand Down

0 comments on commit b985be7

Please sign in to comment.