Skip to content

Commit

Permalink
Merge pull request #182 from scrapinghub/relnotes-0.19.0
Browse files Browse the repository at this point in the history
Release notes for 0.19.0
  • Loading branch information
wRAR authored Dec 26, 2023
2 parents 459ca30 + 764091a commit 287bc19
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
Changelog
=========

0.19.0 (YYYY-MM-DD)
-------------------

* Now requires ``andi >= 0.6.0``.

* Changed the implementation of resolving and building item dependencies from
page objects. Now ``andi`` custom builders are used to create a single plan
that includes building page objects and items. This fixes problems such as
providers being called multiple times.

* :class:`~scrapy_poet.page_input_providers.ItemProvider` is now no-op. It's
no longer enabled by default and users should also stop enabling it.
* ``PageObjectInputProvider.allow_prev_instances`` and code related to it
were removed so custom providers may need updating.

* Fixed some tests.

0.18.0 (2023-12-12)
-------------------

Expand Down

0 comments on commit 287bc19

Please sign in to comment.