File tree Expand file tree Collapse file tree 3 files changed +15
-117
lines changed Expand file tree Collapse file tree 3 files changed +15
-117
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,6 +3,20 @@ OSS SDK for Python 版本记录
33
44Python SDK的版本号遵循 `Semantic Versioning <http://semver.org/ >`_ 规则。
55
6+ Version 2.6.0
7+ -------------
8+
9+ - 增加: 添加详细的log输出
10+ - 增加: 断点下载支持crc校验
11+ - 增加: ipv6支持
12+ - 增加: 使用签名URL上传下载
13+ - 增加: 服务端加密支持传入CMK ID
14+ - 增加: select查询接口支持
15+ - 修复: list bucket支持返回extranet endpoint & interanet enpoint & storage class
16+ - 修复: upload_part_copy接口支持中文等特殊字符对象的拷贝
17+ - 修复: get_object接口带'range'的http header时不校验crc
18+ - 修复: get_object接口带'Accept-Encoding'的http header且值为'gzip'时不校验crc
19+
620Version 2.5.0
721-------------
822
Original file line number Diff line number Diff line change 1- __version__ = '2.5 .0'
1+ __version__ = '2.6 .0'
22
33from . import models , exceptions
44
You can’t perform that action at this time.
0 commit comments