mirror of https://github.com/scrapy/scrapy.git
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:
parent
e30ba7d4ca
commit
c9fbf6c599
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue