Skip to content

Commit

Permalink
Merge pull request #16 from yami/master
Browse files Browse the repository at this point in the history
bump version to 2.0.5
  • Loading branch information
yami committed Jan 16, 2016
2 parents e34cb07 + 7dc6916 commit 1c839e5
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.0.5
-------------

- 改变:缺省的connect timeout由10秒改为60秒。为了兼容老的requests库(版本低于2.4.0),目前connect timeout和read timeout是同一个值,为了避免
CopyObject、UploadPartCopy因read timeout超时,故把这个超时时间设长。
- 增加:把 `security-token` 加入到子资源中,参与签名。
- 修复:用户可以通过设置oss2.defaults里的变量值,直接修改缺省参数

Version 2.0.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.0.4'
__version__ = '2.0.5'

from . import models, exceptions

Expand Down

0 comments on commit 1c839e5

Please sign in to comment.