Skip to content

Commit c8ebc37

Browse files
authored
Release notes for 0.19.0 (#203)
1 parent f582076 commit c8ebc37

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGES.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
Changes
22
=======
33

4-
N.N.N (YYYY-MM-DD)
5-
------------------
4+
0.19.0 (2024-06-DD)
5+
-------------------
6+
7+
* Implemented a :ref:`session management API <session>`.
68

79
* The recommended position for ``ScrapyZyteAPIDownloaderMiddleware`` changed
810
from 1000 to 633, to accommodate for the new

docs/usage/session.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,11 @@ Session management can close your spider early in the following scenarios:
285285
:meth:`SessionConfig.pool <scrapy_zyte_api.SessionConfig.pool>`; the
286286
logs should contain an error message with a traceback for such errors.
287287

288+
- ``unsupported_set_location``: You used :setting:`ZYTE_API_SESSION_LOCATION`
289+
or :reqmeta:`zyte_api_session_location` to configure :ref:`session
290+
initialization <session-init>` with the ``setLocation`` action, but Zyte
291+
API does not yet support ``setLocation`` for the target website.
292+
288293
A custom :meth:`SessionConfig.check <scrapy_zyte_api.SessionConfig.check>`
289294
implementation may also close your spider with a custom reason by raising a
290295
:exc:`~scrapy.exceptions.CloseSpider` exception.

0 commit comments

Comments
 (0)