mirror of https://github.com/scrapy/scrapy.git
Cover scrapy.downloadermiddlewares.decompression in the release notes
This commit is contained in:
parent
b9c4ee26d7
commit
12b10a7a64
|
|
@ -16,6 +16,10 @@ Scrapy 2.11.1 (unreleased)
|
|||
|
||||
.. _7j7m-v7m3-jqm7 security advisory: https://github.com/scrapy/scrapy/security/advisories/GHSA-7j7m-v7m3-jqm7
|
||||
|
||||
- Also in relation with the `7j7m-v7m3-jqm7 security advisory`_, the
|
||||
deprecated ``scrapy.downloadermiddlewares.decompression`` module has been
|
||||
removed.
|
||||
|
||||
|
||||
.. _release-2.11.0:
|
||||
|
||||
|
|
@ -2896,6 +2900,10 @@ Scrapy 1.8.4 (unreleased)
|
|||
to the decompressed response body. Please, see the `7j7m-v7m3-jqm7 security
|
||||
advisory`_ for more information.
|
||||
|
||||
- Also in relation with the `7j7m-v7m3-jqm7 security advisory`_, use of the
|
||||
``scrapy.downloadermiddlewares.decompression`` module is discouraged and
|
||||
will trigger a warning.
|
||||
|
||||
|
||||
.. _release-1.8.3:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue