From 929148ef8febbae30c63273e6621fd8201222c5c Mon Sep 17 00:00:00 2001 From: Kevin Lloyd Bernal Date: Thu, 8 Feb 2024 16:34:45 +0800 Subject: [PATCH] release notes for 0.21.0 --- CHANGELOG.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8d550521..43ec31cc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,19 @@ Changelog ========= +0.21.0 (YYYY-MM-DD) +------------------- + +* Added a ``.weak_cache`` to :class:`scrapy_poet.injection.Injector` which + stores instances created by providers as long as the :class:`scrapy.Request + ` exists. + +* Fixed the incorrect value of ``downloader/response_count`` in the stats due + to additional counting of :class:`scrapy_poet.api.DummyResponse`. + +* Fixed the detection of :class:`scrapy_poet.api.DummyResponse` when some type + hints are annotated using strings. + 0.20.1 (2024-01-24) -------------------