Skip to content

Commit

Permalink
bump version to v7.20.0 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
bachue authored Apr 16, 2024
1 parent 6c9d7f5 commit d668ba0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Changelog
## 7.20.0
* 新增
* 新版存储客户端库 storagev2 包,包含
* 新的 [region](github.com/qiniu/go-sdk/v7/storagev2/region) 包设计,使用新的 `RegionsProvider``EndpointsProvider` 接口替代之前的 `Region` 结构体
* 新的 [credentials](github.com/qiniu/go-sdk/v7/storagev2/credentials) 包设计,使用新的 `CredentialsProvider` 接口替代之前的 `Credentials` 结构体
* 新的 [uptoken](github.com/qiniu/go-sdk/v7/storagev2/uptoken) 包设计,使用新的 `PutPolicy` 结构体,使用新的 `UpTokenProvider` 接口替代之前用字符串表示上传凭证的方式
* 新的 [apis](github.com/qiniu/go-sdk/v7/storagev2/apis) 包设计,使用新的 `Storage` 结构体调用七牛 Kodo API

## 7.19.1
* 新增
* PutPolicy 添加 transform 相关字段

## 7.19.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.19.0
require github.com/qiniu/go-sdk/v7 v7.20.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.19.0"
const Version = "7.20.0"

const (
CONTENT_TYPE_JSON = "application/json"
Expand Down

0 comments on commit d668ba0

Please sign in to comment.