From aa21b74ef3fe9b165f47a0f1a24b30abfd97d474 Mon Sep 17 00:00:00 2001 From: Victor Ruiz Date: Wed, 17 Apr 2024 13:09:11 +0200 Subject: [PATCH] Add updates to changelog --- CHANGES.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index ebff468f..19665aa3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,17 @@ Release notes ============= +1.21.0 (2024-04-18) + +- bug: Fix monitor failing failing when operating offset-naive and offset-aware datestimes (`PR#439 `_) +- bug: Fix ``calculate_field_coverage`` incorrect handling of field names ending with _items (`PR#437 `_) +- bug: Fix TypeError in ``PeriodicItemCountMonitor`` when item_scraped_count was not defined the first time it was checked (`PR#436 `_) +- feature: Add `SPIDERMON_DICT_FIELDS_COVERAGE_LEVELS`` setting to limit nested dict stats computation (`PR#433 `_) +- bug: Fix tests for minimum properties and items in Jsonschema validations (`PR#432 `_) +- feature: Change format of content of _validation from defaultdict to dict (`PR#431 `_) +- bug: Fix CI/CD pipelines not working due to changes on Scrapy (`PR#426 `_) +- feature: Add ``SendSNSNotification`` to Spidermon Notifications (`PR#413 `_) + 1.20.0 (2023-09-01) -------------------