We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdca288 commit fadfabbCopy full SHA for fadfabb
CHANGELOG.rst
@@ -3,6 +3,17 @@ OSS SDK for Python 版本记录
3
4
Python SDK的版本号遵循 `Semantic Versioning <http://semver.org/>`_ 规则。
5
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
+
17
Version 2.15.0
18
-------------
19
- 增加:支持 transfer acceleration
oss2/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '2.15.0'
+__version__ = '2.16.0'
2
from . import models, exceptions, defaults
0 commit comments