File tree Expand file tree Collapse file tree 1 file changed +39
-3
lines changed Expand file tree Collapse file tree 1 file changed +39
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
- TBR
5
- ---
4
+ 0.13.0 (YYYY-MM-DD)
5
+ -------------------
6
+
7
+ * Updated requirement versions:
8
+
9
+ * andi >= 0.5.0
10
+ * scrapy-poet >= 0.18.0
11
+ * web-poet >= 0.15.1
12
+ * zyte-api >= 0.4.8
13
+
14
+ * The spider is now closed and the finish reason is set to
15
+ ``"zyte_api_bad_key" `` or ``"zyte_api_suspended_account" `` when receiving
16
+ "Authentication Key Not Found" or "Account Suspended" responses from Zyte
17
+ API.
18
+
19
+ * The spider is now closed and the finish reason is set to
20
+ ``"failed_forbidden_domain" `` when all start requests fail because they are
21
+ pointing to domains forbidden by Zyte API.
22
+
23
+ * The spider is now closed and the finish reason is set to
24
+ ``"plugin_conflict" `` if both scrapy-zyte-smartproxy and the transparent mode
25
+ of scrapy-zyte-api are enabled.
26
+
27
+ * The ``extractFrom `` extraction option can now be requested by annotating the
28
+ dependency with a ``scrapy_zyte_api.ExtractFrom `` member (e.g.
29
+ ``product: typing.Annotated[Product, ExtractFrom.httpResponseBody] ``).
30
+
31
+ * The ``Set-Cookie `` header is now removed from the response if the cookies
32
+ were returned by Zyte API (as ``"experimental.responseCookies" ``).
33
+
34
+ * The request fingerprinting was improved by refining which parts of the
35
+ request affect the fingerprint.
6
36
7
37
* Zyte API Request IDs are now included in the error logs.
8
- * Bump the zyte-api dependency: 0.4.7 → 0.4.8.
38
+
39
+ * Split README.rst into multiple documentation files and publish them on
40
+ ReadTheDocs.
41
+
42
+ * Improve the documentation for the ``ZYTE_API_MAX_REQUESTS `` setting.
43
+
44
+ * Test and CI improvements.
9
45
10
46
0.12.2 (2023-10-19)
11
47
-------------------
You can’t perform that action at this time.
0 commit comments