Skip to content

Commit 9367453

Browse files
committed
release 2.13.0
1 parent 9c5da7b commit 9367453

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.rst

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

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

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+
616
Version 2.12.1
717
-------------
818
- 增加:添加six依赖包

oss2/__init__.py

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

33
from . import models, exceptions, defaults
44

0 commit comments

Comments
 (0)