From 4e4c829ceca949e058a85fb0346ebc0fb971ff20 Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Thu, 13 Jul 2023 19:19:28 +0400 Subject: [PATCH] Add release notes for 0.10.0. --- CHANGES.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 350da43d..6a74b8f7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,29 @@ Changes ======= +0.10.0 (YYYY-MM-DD) +------------------- + +* Added more data types to the scrapy-poet provider: + + * ``zyte_common_items.ProductList`` + * ``zyte_common_items.ProductNavigation`` + * ``zyte_common_items.Article`` + * ``zyte_common_items.ArticleList`` + * ``zyte_common_items.ArticleNavigation`` + +* Moved the new dependencies added in 0.9.0 and needed only for the scrapy-poet + provider (``scrapy-poet``, ``web-poet``, ``zyte-common-items``) into the new + optional feature ``[provider]``. + +* Improved result caching in the scrapy-poet provider. + +* Fixed getting the Scrapy Cloud job ID. + +* Improved the documentation. + +* Improved the CI configuration. + 0.9.0 (2023-06-13) ------------------