Release notes for 2.14.1 (#7217)

* Release notes for 2.14.1

* Update docs/news.rst

Co-authored-by: Adrián Chaves <adrian@chaves.gal>

* Update docs/news.rst

Co-authored-by: Andrey Rakhmatullin <wrar@wrar.name>

* Update docs/news.rst

Co-authored-by: Adrián Chaves <adrian@chaves.gal>

* Update message about github action change

---------

Co-authored-by: Adrián Chaves <adrian@chaves.gal>
Co-authored-by: Andrey Rakhmatullin <wrar@wrar.name>
This commit is contained in:
Eugenio Lacuesta 2026-01-12 16:23:51 -03:00 committed by GitHub
parent e30ba7d4ca
commit c9fbf6c599
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 29 additions and 0 deletions

View File

@ -3,6 +3,35 @@
Release notes
=============
.. _release-2.14.1:
Scrapy 2.14.1 (unreleased)
--------------------------
Deprecations
~~~~~~~~~~~~
- ``scrapy.utils.defer.maybeDeferred_coro()`` is deprecated. (:issue:`7212`)
Bug fixes
~~~~~~~~~
- Fixed custom stats collectors that require a ``spider`` argument in their
``open_spider()`` and ``close_spider()`` methods not receiving the
argument when called by the engine.
Note, however, that the ``spider`` argument is now deprecated and will stop
being passed in a future version of Scrapy.
(:issue:`7213`)
Quality assurance
~~~~~~~~~~~~~~~~~
- Replaced deprecated ``codecov/test-results-action@v1`` GitHub Action with
``codecov/codecov-action@v5``.
(:issue:`7180`, :issue:`7215`)
.. _release-2.14.0:
Scrapy 2.14.0 (2026-01-05)