Skip to content

Commit

Permalink
release 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huiguangjun committed Nov 15, 2019
1 parent da3ce04 commit 946e64f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -3,6 +3,16 @@ OSS SDK for Python 版本记录

Python SDK的版本号遵循 `Semantic Versioning <http://semver.org/>`_ 规则。

Version 2.9.0
-------------
- 增加:面向用户的QOS查询设置接口
- 增加:支持在创建bucket时设置容灾类型
- 增加:GetVodPlaylist 接口,支持获取指定时间播放列表
- 增加:sign url接口新增 slash-safe参数,避免'/'转义成'%2F'
- 增加:Storage Capacity 接口,支持设置Bucket容量
- 增加:Lifecycle 支持多版本
- 优化:增加bucket名字的合法性检查

Version 2.8.0
-------------
- 增加:Request Payment 接口,支持访问者付费请求
Expand Down
2 changes: 1 addition & 1 deletion oss2/__init__.py
@@ -1,4 +1,4 @@
__version__ = '2.8.0'
__version__ = '2.9.0'

from . import models, exceptions

Expand Down

0 comments on commit 946e64f

Please sign in to comment.