Skip to content

Commit

Permalink
release 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huiguangjun committed Jul 20, 2022
1 parent bdca288 commit fadfabb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ OSS SDK for Python 版本记录

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

Version 2.16.0
-------------
- 增加:支持 设置连接池数量
- 增加:支持 x-oss-complete-all:yes 参数
- 更新:get_bucket_stat 接口返回更多的信息
- 增加:签名头支持 oss v4 签名规则
- 增加:支持 bucket cname 接口
- 增加:支持 bucket meta query 接口
- 增加:支持 x-oss-date 请求头
- 修复:head_object 接口连接不释放的问题

Version 2.15.0
-------------
- 增加:支持 transfer acceleration
Expand Down
2 changes: 1 addition & 1 deletion oss2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.15.0'
__version__ = '2.16.0'

from . import models, exceptions, defaults

Expand Down

0 comments on commit fadfabb

Please sign in to comment.