Skip to content

Commit

Permalink
release 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huiguangjun committed Feb 9, 2021
1 parent b5fa082 commit 23e5556
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ OSS SDK for Python 版本记录

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

Version 2.14.0
-------------
- 增加:支持 credentials provider 机制
- 增加:支持 bucket replication
- 优化:修改断点下载的最大分片数参数
- 更新:aliyun-python-sdk-core 版本升级到 2.13.12,同时移除对aliyun-python-sdk-core-v3 依赖
- 修复:update_object_metadata 在多版本下不生效的问题

Version 2.13.1
-------------
- 优化:修复 FileLikeAdapter 在chunked 上传场景的问题
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.13.1'
__version__ = '2.14.0'

from . import models, exceptions, defaults

Expand Down

0 comments on commit 23e5556

Please sign in to comment.