Skip to content

Commit

Permalink
release 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huiguangjun committed Sep 4, 2020
1 parent 9c5da7b commit 9367453
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ OSS SDK for Python 版本记录

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

Version 2.13.0
-------------
- 增加:支持 bucket worm
- 增加:get_object 和 select_object 返回的对象支持 'with' 操作
- 优化:断点上传接口支持设置ACL参数
- 优化: 修复 python3.8 上的兼容性问题
- 优化: 增加 endpoint 强检查
- 优化: 签名URL支持 callback 和 callback-var 参数


Version 2.12.1
-------------
- 增加:添加six依赖包
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.12.1'
__version__ = '2.13.0'

from . import models, exceptions, defaults

Expand Down

0 comments on commit 9367453

Please sign in to comment.