Skip to content

Commit

Permalink
release 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hangzws committed Sep 18, 2018
1 parent 9eff552 commit ddc87ec
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# ChangeLog - Aliyun OSS SDK for Go
## 版本号:1.9.1 日期:2018-09-17
### 变更内容
- 变更:支持ipv6
- 变更:支持修改对象的存储类型
- 修复:修改sample中GetBucketReferer方法名拼写错误
- 修复:修复NopCloser在close的时候并不释放内存的内存泄漏问题
- 变更:增加ProcessObject接口
- 修复:修改图片处理接口参数拼写错误导致无法处理的bug
- 修复:增加ListUploadedParts接口的options选项
- 修复:增加Callback&CallbackVal选项,支持回调使用
- 修复:GetObject接口返回Response,支持用户读取crc等返回值
- 修复:当以压缩格式返回数据时,GetObject接口不校验crc

## 版本号:1.9.0 日期:2018-06-15
### 变更内容
Expand Down
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
> - 使用此SDK,用户可以方便地在任何应用、任何时间、任何地点上传,下载和管理数据。
## 版本
> - 当前版本:1.9.0
> - 当前版本:1.9.1
## 运行环境
> - Go 1.5及以上。
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
> - With this SDK, you can upload, download and manage data on any app anytime and anywhere conveniently.
## Version
> - Current version: 1.9.0.
> - Current version: 1.9.1.
## Running Environment
> - Go 1.5 or above.
Expand Down
2 changes: 1 addition & 1 deletion oss/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,5 @@ const (

CheckpointFileSuffix = ".cp" // Checkpoint file suffix

Version = "1.9.0" // Go SDK version
Version = "1.9.1" // Go SDK version
)

0 comments on commit ddc87ec

Please sign in to comment.