Skip to content

Commit

Permalink
bump version to v7.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bachue committed Apr 16, 2024
1 parent 6c9d7f5 commit 4d63dc5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 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 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 4d63dc5

Please sign in to comment.