Skip to content

Commit 287bc19

Browse files
authored
Merge pull request #182 from scrapinghub/relnotes-0.19.0
Release notes for 0.19.0
2 parents 459ca30 + 764091a commit 287bc19

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.rst

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22
Changelog
33
=========
44

5+
0.19.0 (YYYY-MM-DD)
6+
-------------------
7+
8+
* Now requires ``andi >= 0.6.0``.
9+
10+
* Changed the implementation of resolving and building item dependencies from
11+
page objects. Now ``andi`` custom builders are used to create a single plan
12+
that includes building page objects and items. This fixes problems such as
13+
providers being called multiple times.
14+
15+
* :class:`~scrapy_poet.page_input_providers.ItemProvider` is now no-op. It's
16+
no longer enabled by default and users should also stop enabling it.
17+
* ``PageObjectInputProvider.allow_prev_instances`` and code related to it
18+
were removed so custom providers may need updating.
19+
20+
* Fixed some tests.
21+
522
0.18.0 (2023-12-12)
623
-------------------
724

0 commit comments

Comments
 (0)