We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 459ca30 + 764091a commit 287bc19Copy full SHA for 287bc19
CHANGELOG.rst
@@ -2,6 +2,23 @@
2
Changelog
3
=========
4
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
22
0.18.0 (2023-12-12)
23
-------------------
24
0 commit comments