Skip to content

Commit

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

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

Version 2.9.1
-------------
- 增加:异步fetch 接口
- 增加:签名url支持访问者付费参数
- 增加:分片上传支持sequential参数,支持分片上传的文件返回content-md5
- 增加:支持python3.6 & python3.7
- 优化:在python3下,支持传入bytes类型数据
- 优化:GetBucketInfo api 兼容低版本后台服务

Version 2.9.0
-------------
- 增加:面向用户的QOS查询设置接口
Expand Down
2 changes: 1 addition & 1 deletion oss2/__init__.py
@@ -1,4 +1,4 @@
__version__ = '2.9.0'
__version__ = '2.9.1'

from . import models, exceptions

Expand Down

0 comments on commit a427f35

Please sign in to comment.