Skip to content

Commit fadfabb

Browse files
committed
release 2.16.0
1 parent bdca288 commit fadfabb

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ OSS SDK for Python 版本记录
33

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

6+
Version 2.16.0
7+
-------------
8+
- 增加:支持 设置连接池数量
9+
- 增加:支持 x-oss-complete-all:yes 参数
10+
- 更新:get_bucket_stat 接口返回更多的信息
11+
- 增加:签名头支持 oss v4 签名规则
12+
- 增加:支持 bucket cname 接口
13+
- 增加:支持 bucket meta query 接口
14+
- 增加:支持 x-oss-date 请求头
15+
- 修复:head_object 接口连接不释放的问题
16+
617
Version 2.15.0
718
-------------
819
- 增加:支持 transfer acceleration

oss2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '2.15.0'
1+
__version__ = '2.16.0'
22

33
from . import models, exceptions, defaults
44

0 commit comments

Comments
 (0)