File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11Changes
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
Original file line number Diff line number Diff 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+
288293A custom :meth: `SessionConfig.check <scrapy_zyte_api.SessionConfig.check> `
289294implementation may also close your spider with a custom reason by raising a
290295:exc: `~scrapy.exceptions.CloseSpider ` exception.
You can’t perform that action at this time.
0 commit comments