news.rst: cover start-item-related delay fix, reproducible in Scrapy 2.12

This commit is contained in:
Adrián Chaves 2025-03-13 11:23:52 +01:00
parent 724b6a620a
commit 1d1a85711d
1 changed files with 9 additions and 0 deletions

View File

@ -80,6 +80,15 @@ New features
(:issue:`740`, :issue:`1051`, :issue:`1443`, :issue:`3237`, :issue:`4467`,
:issue:`5282`, :issue:`6715`)
Bug fixes
~~~~~~~~~
- Yielding an 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: