Skip to content

Commit

Permalink
release 2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huiguangjun committed May 29, 2023
1 parent f4e24a3 commit 80584a0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ OSS SDK for Python 版本记录

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

Version 2.18.0
-------------
- 更新:bucket tagging 接口支持删除指定tag
- 更新:bucket referer 接口支持黑名单参数
- 增加:支持describe regions接口
- 增加:支持callback policy接口
- 更新:create bucket 接口支持服务端加密参数
- 更新:支持DeepCodeArcheive存储类型
- 增加:EnvironmentVariableCredentialsProvider 实现
- 优化:增加object名字的非空检查
- 增加:支持异步图片处理接口
- 增加:支持EC错误码处理
- 更新:get_object_meta接口请求方法从GET修改为HEAD


Version 2.17.0
-------------
- 增加:支持 x-oss-ac-* 加入到签名子资源
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.17.0'
__version__ = '2.18.0'

from . import models, exceptions, defaults

Expand Down

0 comments on commit 80584a0

Please sign in to comment.