Skip to content

Commit de69215

Browse files
ZyteZyte
Zyte
authored and
Zyte
committed
Update changelog for 1.23.0 release
1 parent 38b700b commit de69215

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

CHANGES.rst

+15-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Release notes
22
=============
33

4+
1.23.0 (2024-10-31)
5+
-------------------
6+
7+
- bugs: Fix ``traverse_nested`` when value is not compatible with ``ItemAdapter`` (`PR#450 <https://github.com/scrapinghub/spidermon/pull/450>`_)
8+
- bugs: Fix default templates non-subscriptable issue (`PR#451 <https://github.com/scrapinghub/spidermon/pull/451>`_)
9+
- chore: Update codecov action (`PR#453 <https://github.com/scrapinghub/spidermon/pull/453>`_)
10+
- docs: Fix broken link (`PR#452 <https://github.com/scrapinghub/spidermon/pull/452>`_)
11+
- feature: Allow to filter jobs in `ZyteJobsComparisonMonitor` by `close_reason` (`PR#440 <https://github.com/scrapinghub/spidermon/pull/440>`_)
12+
- feature: Apply fingerprint rules to group issues in sentry alerts (`PR#455 <https://github.com/scrapinghub/spidermon/pull/455>`_)
13+
414
1.22.0 (2024-05-08)
515
-------------------
616

@@ -20,24 +30,24 @@ Release notes
2030
- bug: Fix tests for minimum properties and items in JSON Schema validations (`PR#432 <https://github.com/scrapinghub/spidermon/pull/432>`_)
2131
- feature: Add the ``SPIDERMON_DICT_FIELDS_COVERAGE_LEVELS`` setting to limit nested dict stats computation (`PR#433 <https://github.com/scrapinghub/spidermon/pull/433>`_)
2232
- feature: Add ``SendSNSNotification`` to Spidermon Notifications (`PR#413 <https://github.com/scrapinghub/spidermon/pull/413>`_)
23-
- feature: Change the format of the content of _validation from defaultdict to dict (`PR#431 <https://github.com/scrapinghub/spidermon/pull/431>`_)
33+
- feature: Change the format of the content of _validation from defaultdict to dict (`PR#431 <https://github.com/scrapinghub/spidermon/pull/431>`_)
2434

2535
1.20.0 (2023-09-01)
2636
-------------------
2737

2838
- feature: Add support for nested fields in the ``SPIDERMON_VALIDATION_ERRORS_FIELD`` setting (`PR#416 <https://github.com/scrapinghub/spidermon/pull/417>`_)
2939
- bug: Fix ItemValidationPipeline using the ``__setitem__`` method without ItemAdaper (`PR#415 <https://github.com/scrapinghub/spidermon/pull/415>`_)
30-
- feature: Improve test coverage for the item validation pipeline (`PR#414 <https://github.com/scrapinghub/spidermon/pull/414>`_)
40+
- feature: Improve test coverage for the item validation pipeline (`PR#414 <https://github.com/scrapinghub/spidermon/pull/414>`_)
3141
- bug: Fix ``spidermon.utils.zyte.Client`` not following crawler settings (`PR#411 <https://github.com/scrapinghub/spidermon/pull/411>`_)
3242
- chore: Migrate ReadTheDocs to config file v2 (`PR#408 <https://github.com/scrapinghub/spidermon/pull/408>`_)
3343
- chore: Refactor package requirements (`PR#407 <https://github.com/scrapinghub/spidermon/pull/407>`_)
3444

3545
Backward-incompatible changes
3646
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3747

38-
- The ``SPIDERMON_VALIDATION_ERRORS_FIELD`` setting no longer supports a field
39-
name that contains a dot (``.``). Dots are now be treated as field
40-
separators, to support specifying a nested field.
48+
- The ``SPIDERMON_VALIDATION_ERRORS_FIELD`` setting no longer supports a field
49+
name that contains a dot (``.``). Dots are now be treated as field
50+
separators, to support specifying a nested field.
4151

4252
1.19.0 (2023-07-07)
4353
-------------------

0 commit comments

Comments
 (0)