Skip to content

Commit

Permalink
release notes for 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnzZ committed Feb 8, 2024
1 parent 910c990 commit 929148e
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 929148e

Please sign in to comment.