Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baiyubin2020 committed Nov 20, 2017
1 parent 6a94daf commit b748ed1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ OSS SDK for Python 版本记录

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

Version 2.4.0
-------------

- 增加:`bucket.create_bucket` 支持创建IA/Archive类型的存储空间
- 增加:`bucket.restore_object` 解冻Archive类型的文件
- 增加:`bucket.get_bucket_info`,`bucket.get_bucket_stat` 获取存储相关的信息
- 增加:LifeCycle支持CreatedBeforeDate,AbortMultipartUpload和IA/Archive

Version 2.3.4
-------------

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.3.4'
__version__ = '2.4.0'

from . import models, exceptions

Expand Down

0 comments on commit b748ed1

Please sign in to comment.