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 b5fa082 commit 23e5556Copy full SHA for 23e5556
CHANGELOG.rst
@@ -3,6 +3,14 @@ OSS SDK for Python 版本记录
3
4
Python SDK的版本号遵循 `Semantic Versioning <http://semver.org/>`_ 规则。
5
6
+Version 2.14.0
7
+-------------
8
+- 增加:支持 credentials provider 机制
9
+- 增加:支持 bucket replication
10
+- 优化:修改断点下载的最大分片数参数
11
+- 更新:aliyun-python-sdk-core 版本升级到 2.13.12,同时移除对aliyun-python-sdk-core-v3 依赖
12
+- 修复:update_object_metadata 在多版本下不生效的问题
13
+
14
Version 2.13.1
15
-------------
16
- 优化:修复 FileLikeAdapter 在chunked 上传场景的问题
oss2/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '2.13.1'
+__version__ = '2.14.0'
2
from . import models, exceptions, defaults
0 commit comments