We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e165360 commit 0881767Copy full SHA for 0881767
CHANGELOG.rst
@@ -3,6 +3,11 @@ OSS SDK for Python 版本记录
3
4
Python SDK的版本号遵循 `Semantic Versioning <http://semver.org/>`_ 规则。
5
6
+Version 2.18.2
7
+-------------
8
+- 增加:支持path-style 请求模式
9
+- 更新:lifecycle接口支持规则重叠
10
+
11
Version 2.18.1
12
-------------
13
- 更新:异步获取接口支持CallbackWhenFailed参数
oss2/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '2.18.1'
+__version__ = '2.18.2'
2
from . import models, exceptions, defaults
0 commit comments