From de6921541f38613f62384efc682ed2a0282b08fa Mon Sep 17 00:00:00 2001 From: Zyte Date: Thu, 31 Oct 2024 09:25:15 +0100 Subject: [PATCH] Update changelog for 1.23.0 release --- CHANGES.rst | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index deeee203..2bc69a4f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,16 @@ Release notes ============= +1.23.0 (2024-10-31) +------------------- + +- bugs: Fix ``traverse_nested`` when value is not compatible with ``ItemAdapter`` (`PR#450 `_) +- bugs: Fix default templates non-subscriptable issue (`PR#451 `_) +- chore: Update codecov action (`PR#453 `_) +- docs: Fix broken link (`PR#452 `_) +- feature: Allow to filter jobs in `ZyteJobsComparisonMonitor` by `close_reason` (`PR#440 `_) +- feature: Apply fingerprint rules to group issues in sentry alerts (`PR#455 `_) + 1.22.0 (2024-05-08) ------------------- @@ -20,14 +30,14 @@ Release notes - bug: Fix tests for minimum properties and items in JSON Schema validations (`PR#432 `_) - feature: Add the ``SPIDERMON_DICT_FIELDS_COVERAGE_LEVELS`` setting to limit nested dict stats computation (`PR#433 `_) - feature: Add ``SendSNSNotification`` to Spidermon Notifications (`PR#413 `_) -- feature: Change the format of the content of _validation from defaultdict to dict (`PR#431 `_) +- feature: Change the format of the content of _validation from defaultdict to dict (`PR#431 `_) 1.20.0 (2023-09-01) ------------------- - feature: Add support for nested fields in the ``SPIDERMON_VALIDATION_ERRORS_FIELD`` setting (`PR#416 `_) - bug: Fix ItemValidationPipeline using the ``__setitem__`` method without ItemAdaper (`PR#415 `_) -- feature: Improve test coverage for the item validation pipeline (`PR#414 `_) +- feature: Improve test coverage for the item validation pipeline (`PR#414 `_) - bug: Fix ``spidermon.utils.zyte.Client`` not following crawler settings (`PR#411 `_) - chore: Migrate ReadTheDocs to config file v2 (`PR#408 `_) - chore: Refactor package requirements (`PR#407 `_) @@ -35,9 +45,9 @@ Release notes Backward-incompatible changes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- The ``SPIDERMON_VALIDATION_ERRORS_FIELD`` setting no longer supports a field - name that contains a dot (``.``). Dots are now be treated as field - separators, to support specifying a nested field. +- The ``SPIDERMON_VALIDATION_ERRORS_FIELD`` setting no longer supports a field + name that contains a dot (``.``). Dots are now be treated as field + separators, to support specifying a nested field. 1.19.0 (2023-07-07) -------------------