Skip to content

Commit

Permalink
release 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huiguangjun committed Mar 8, 2023
1 parent 1290340 commit 69ef0a9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ OSS SDK for Python 版本记录

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

Version 2.17.0
-------------
- 增加:支持 x-oss-ac-* 加入到签名子资源
- 更新:sign url 接口 增加 key 非空参数校验
- 增加:inventory 接口 支持filter 参数
- 增加:支持 acces monitor 接口
- 增加:lifecycle 接口支持 not 参数
- 增加:支持bucket style 接口
- 增加:支持Resource Group接口

Version 2.16.0
-------------
- 增加:支持 设置连接池数量
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.16.0'
__version__ = '2.17.0'

from . import models, exceptions, defaults

Expand Down

0 comments on commit 69ef0a9

Please sign in to comment.