Skip to content

Commit

Permalink
Merge pull request #189 from scrapinghub/change-0.21.0
Browse files Browse the repository at this point in the history
release notes for 0.21.0
  • Loading branch information
BurnzZ committed Feb 8, 2024
2 parents 910c990 + 929148e commit 6d1489b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
<scrapy.http.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)
-------------------

Expand Down

0 comments on commit 6d1489b

Please sign in to comment.