Skip to content

Commit 473bd51

Browse files
committed
release 2.6.0
1 parent c17e330 commit 473bd51

File tree

3 files changed

+15
-117
lines changed

3 files changed

+15
-117
lines changed

.vscode/launch.json

Lines changed: 0 additions & 116 deletions
This file was deleted.

CHANGELOG.rst

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

44
Python 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+
620
Version 2.5.0
721
-------------
822

oss2/__init__.py

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

33
from . import models, exceptions
44

0 commit comments

Comments
 (0)