Skip to content

Commit

Permalink
release 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huiguangjun committed Aug 9, 2019
1 parent 9eb0f47 commit 909ef10
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -3,6 +3,13 @@ OSS SDK for Python 版本记录

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

Version 2.8.0
-------------
- 增加:Request Payment 接口,支持访问者付费请求
- 增加:服务端限速设置接口,支持上传下载限速功能
- 增加:Routing Rule 接口,支持设置跳转或者镜像回源规则
- 优化:对部分bucket API 添加content-md5

Version 2.7.0
-------------
- 增加:SelectObjct 接口 支持 byte range 查询
Expand Down
2 changes: 1 addition & 1 deletion oss2/__init__.py
@@ -1,4 +1,4 @@
__version__ = '2.7.0'
__version__ = '2.8.0'

from . import models, exceptions

Expand Down

0 comments on commit 909ef10

Please sign in to comment.