From dcedb8d05cd52646a6726283357476cef00583bf Mon Sep 17 00:00:00 2001 From: Adrian Chaves Date: Tue, 7 Jul 2026 10:10:15 +0200 Subject: [PATCH] Cover additional deprecations introduced while improving test coverage --- docs/news.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index 17a7318a0..6966e7763 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -64,6 +64,16 @@ Deprecations ``follow=False`` in your rules to achieve the same effect. (:issue:`7592`) +- Instantiating + :class:`~scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware` + without a ``crawler`` argument is deprecated. + (:issue:`7655`) + +- Instantiating + :class:`~scrapy.spidermiddlewares.referer.RefererMiddleware` without a + ``settings`` argument is deprecated. + (:issue:`7664`) + New features ~~~~~~~~~~~~