Skip to content

Commit

Permalink
version 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jadbin committed May 9, 2017
1 parent da94b74 commit 97da2fd
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 7 deletions.
32 changes: 26 additions & 6 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
Change log
==========

0.6.5 (2017-05-09)
------------------

New features
~~~~~~~~~~~~

- HttpRequest新增 ``errback`` 字段,表示无法正常获取到HttpResponse时触发的函数

Bug fixes
~~~~~~~~~

- ResponseMatchMiddleware的配置修改为列表

Incompatible changes
~~~~~~~~~~~~~~~~~~~~

- middleware的顺序修改为依次向downloader/spider靠近,层层包裹
- 移除任务配置中随机生成的 ``task_id``


0.6.4 (2017-05-05)
------------------

Expand All @@ -11,17 +31,17 @@ Bug fixes

- HttpResponse中的 ``url`` 字段源于aiohttp返回的ClientResponse中的 ``url`` 字段,实际应为 ``URL`` 对象

Incompatible update
~~~~~~~~~~~~~~~~~~~
Incompatible changes
~~~~~~~~~~~~~~~~~~~~

- LocalCluster启动时不再新建一个线程


0.6.3 (2017-05-01)
------------------

Incompatible update
~~~~~~~~~~~~~~~~~~~
Incompatible changes
~~~~~~~~~~~~~~~~~~~~

- 优化日志工具中设置日志的接口

Expand Down Expand Up @@ -50,8 +70,8 @@ New features
- 新增SpeedLimitMiddleware,用于爬虫限速
- 新增ProxyMiddleware,用于为请求添加指定代理

Incompatible update
~~~~~~~~~~~~~~~~~~~
Incompatible changes
~~~~~~~~~~~~~~~~~~~~

- 移除MongoDedupeMiddleware及对pymongo的依赖
- 修改ProxyAgentMiddleware、RetryMiddleware在配置文件中的参数格式
Expand Down
2 changes: 1 addition & 1 deletion xpaw/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# coding=utf-8

__version__ = "0.6.5a0"
__version__ = "0.6.6"

0 comments on commit 97da2fd

Please sign in to comment.