From da3437d6f98d0f0f37855c83e564c05d8dd36f5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Ruiz?= Date: Mon, 13 Mar 2023 11:18:55 +0100 Subject: [PATCH] Add 1.18.0 release notes to changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add changelog * Fix typos * Apply suggestions from code review Co-authored-by: Adrián Chaves * Add additional quotes * Update release date --------- Co-authored-by: Adrián Chaves --- CHANGES.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 23c7c41b..0650d462 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,18 @@ Release notes ============= +1.18.0 (2023-03-13) +------------------- + +- feature: Support setting the ``Return-Path`` for Amazon SES emails (`PR#381 `_) +- bug: Fix ``BaseStatMonitor`` failing in Scrapy Cloud when settings were provided as strings (`PR#378 `_) +- feature: Add setting ``SPIDERMON_FIELD_COVERAGE_SKIP_IF_NO_ITEM`` to allow skipping ``FieldCoverageMonitor`` if no items were scraped (`PR#372 `_) +- feature: Add ``Fallback Actions``. ``Action`` now allows to define ``fallback`` field that may contain an additional ``Action`` to be executed if an exception is raised during the main action (`PR#365 `_) +- feature: Use ``ItemAdapter`` when working with items to support the same types of item as Scrapy (`PR#358 `_) +- chore: Refactor code from ``spider.contrib.scrapy`` into ``base``, ``monitors`` and ``suites`` subpackages (`PR#386 `_) +- chore: Replace ``tox pep8`` functionality with ``pre-commit`` git hooks (`PR#387 `_) +- chore: Update contributing guidelines to include reference to ``pre-commit`` tool (`PR#392 `_) + 1.17.1 (2023-01-05) -------------------