Skip to content

Commit

Permalink
Merge pull request #167 from aliyun/preview_1.9.6
Browse files Browse the repository at this point in the history
Preview 1.9.6
  • Loading branch information
hangzws authored Apr 16, 2019
2 parents 86c17b9 + a8dc249 commit 08079eb
Show file tree
Hide file tree
Showing 29 changed files with 1,347 additions and 564 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
## 版本号:v1.9.6 日期:2019-04-15
### 变更内容
- 变更:扩展lifecycle功能,提供设置AbortMutipartUpload和Transitions两种规则的生命周期管理的处理
- 修复:测试用例BucketName使用固定前缀+随机的字符串
- 修复:测试用例ObjectName使用固定前缀+随机字符串
- 修复:测试用例有关bucket相关的异步操作,统一定义sleep时间
- 修复:测试集结束后,列出bucket内的所有对象并删除所有测试的对象
- 修复:测试集结束后,列出bucket内的所有未上传完成的分片并删除所有测试过程中产生的为上传完成的分片
- 修复:支持上传webp类型的对象时从对象的后缀名字自动解析对应的content-type并设置content-type
- 变更:增加在put/copy/append等接口时时设置对象的存储类型的sample
- 修复:sample示例中的配置项的值改为直接从环境变量读取

## 版本号:1.9.5 日期:2019-03-08
### 变更内容
- 变更:增加了限速上传功能
Expand Down
3 changes: 0 additions & 3 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
> - OSS适合存放任意文件类型,适合各种网站、开发企业及开发者使用。
> - 使用此SDK,用户可以方便地在任何应用、任何时间、任何地点上传,下载和管理数据。
## 版本
> - 当前版本:1.9.5
## 运行环境
> - Go 1.5及以上。
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
> - The OSS can store any type of files and therefore applies to various websites, development enterprises and developers.
> - With this SDK, you can upload, download and manage data on any app anytime and anywhere conveniently.
## Version
> - Current version: 1.9.5
## Running Environment
> - Go 1.5 or above.
Expand Down
Loading

0 comments on commit 08079eb

Please sign in to comment.