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 9c5da7b commit 9367453Copy full SHA for 9367453
CHANGELOG.rst
@@ -3,6 +3,16 @@ OSS SDK for Python 版本记录
3
4
Python SDK的版本号遵循 `Semantic Versioning <http://semver.org/>`_ 规则。
5
6
+Version 2.13.0
7
+-------------
8
+- 增加:支持 bucket worm
9
+- 增加:get_object 和 select_object 返回的对象支持 'with' 操作
10
+- 优化:断点上传接口支持设置ACL参数
11
+- 优化: 修复 python3.8 上的兼容性问题
12
+- 优化: 增加 endpoint 强检查
13
+- 优化: 签名URL支持 callback 和 callback-var 参数
14
+
15
16
Version 2.12.1
17
-------------
18
- 增加:添加six依赖包
oss2/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '2.12.1'
+__version__ = '2.13.0'
2
from . import models, exceptions, defaults
0 commit comments