Skip to content

Commit

Permalink
version to 7.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YangSen-qn committed Apr 6, 2023
1 parent a874072 commit c8e8b3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog
## 7.14.1
## 7.15.0
* 表单上传 Put 函数 PutExtra 参数支持为 nil
* BucketManager 新增函数 BatchWithBucket
* bucket 镜像源/配额 API 使用 UC 域名
* BucketManager 接口 ListBucket 和 ListBucketContext 内部使用分片 v1
* BucketManager 接口 ListBucket 和 ListBucketContext 内部有 /v2/list 调整为 /list
* BucketManager 增加接口 ListFileWithContext

## 7.14.0
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.14.1
require github.com/qiniu/go-sdk/v7 v7.15.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.14.0"
const Version = "7.15.0"

const (
CONTENT_TYPE_JSON = "application/json"
Expand Down

0 comments on commit c8e8b3d

Please sign in to comment.