Skip to content

Commit 80584a0

Browse files
committed
release 2.18.0
1 parent f4e24a3 commit 80584a0

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.rst

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

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

6+
Version 2.18.0
7+
-------------
8+
- 更新:bucket tagging 接口支持删除指定tag
9+
- 更新:bucket referer 接口支持黑名单参数
10+
- 增加:支持describe regions接口
11+
- 增加:支持callback policy接口
12+
- 更新:create bucket 接口支持服务端加密参数
13+
- 更新:支持DeepCodeArcheive存储类型
14+
- 增加:EnvironmentVariableCredentialsProvider 实现
15+
- 优化:增加object名字的非空检查
16+
- 增加:支持异步图片处理接口
17+
- 增加:支持EC错误码处理
18+
- 更新:get_object_meta接口请求方法从GET修改为HEAD
19+
20+
621
Version 2.17.0
722
-------------
823
- 增加:支持 x-oss-ac-* 加入到签名子资源

oss2/__init__.py

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

33
from . import models, exceptions, defaults
44

0 commit comments

Comments
 (0)