Skip to content

Commit fab5e58

Browse files
authored
Merge pull request #153 from scrapy-plugins/relnotes-0.13.0
Release notes for 0.13.0.
2 parents 11a9b03 + a80fc0b commit fab5e58

File tree

1 file changed

+39
-3
lines changed

1 file changed

+39
-3
lines changed

CHANGES.rst

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,47 @@
11
Changes
22
=======
33

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.
636

737
* 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.
945

1046
0.12.2 (2023-10-19)
1147
-------------------

0 commit comments

Comments
 (0)