mirror of https://github.com/scrapy/scrapy.git
Update the changelog
This commit is contained in:
parent
6a5425f55f
commit
223560dca7
|
|
@ -40,14 +40,16 @@ Deprecations
|
|||
use :meth:`~scrapy.Spider.yield_seeds` instead, or both to maintain support
|
||||
for lower Scrapy versions.
|
||||
|
||||
(:issue:`456`, :issue:`3477`, :issue:`4467`, :issue:`5627`)
|
||||
(:issue:`456`, :issue:`3477`, :issue:`4467`, :issue:`5627`, :issue:`6715`,
|
||||
:issue:`6729`)
|
||||
|
||||
- The ``process_start_requests()`` method of :ref:`spider middlewares
|
||||
<topics-spider-middleware>` is deprecated, use
|
||||
:meth:`~scrapy.spidermiddlewares.SpiderMiddleware.process_seeds` instead, or
|
||||
both to maintain support for lower Scrapy versions.
|
||||
|
||||
(:issue:`456`, :issue:`3477`, :issue:`4467`, :issue:`5627`)
|
||||
(:issue:`456`, :issue:`3477`, :issue:`4467`, :issue:`5627`, :issue:`6715`,
|
||||
:issue:`6729`)
|
||||
|
||||
New features
|
||||
~~~~~~~~~~~~
|
||||
|
|
@ -63,6 +65,15 @@ New features
|
|||
|
||||
(:issue:`456`, :issue:`3477`, :issue:`4467`, :issue:`5627`)
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
- Yielding a start item (i.e. from :meth:`~scrapy.Spider.yield_seeds` or an
|
||||
equivalent) no longer delays the next iteration of starting requests and
|
||||
items by up to 5 seconds.
|
||||
|
||||
(:issue:`6715`, :issue:`6729`)
|
||||
|
||||
|
||||
.. _release-2.12.0:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue