Skip to content

Commit

Permalink
Merge pull request #30 from zytedata/changelog-0.6.0
Browse files Browse the repository at this point in the history
release notes for 0.6.0
  • Loading branch information
BurnzZ authored Jan 31, 2024
2 parents 832a008 + 16af344 commit aeafe59
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
Changes
=======

0.6.0 (YYYY-MM-DD)
------------------

* Fixed the ``extract_from`` spider parameter that wasn't working.

* The *"www."* prefix is now removed when setting the spider's
:attr:`~scrapy.Spider.allowed_domains`.

* The :attr:`zyte_common_items.ProductNavigation.nextPage` link won't be crawled
if :attr:`zyte_common_items.ProductNavigation.items` is empty.

* :class:`zyte_common_items.Product` items that are dropped due to low probability
*(below 0.1)* are now logged in stats: ``drop_item/product/low_probability``.

* :class:`zyte_spider_templates.pages.HeuristicsProductNavigationPage` now
inherits from :class:`zyte_common_items.AutoProductNavigationPage` instead of
:class:`zyte_common_items.BaseProductNavigationPage`.

* Moved e-commerce code from :class:`zyte_spider_templates.spiders.base.BaseSpider`
to :class:`zyte_spider_templates.spiders.ecommerce.EcommerceSpider`.

* Documentation improvements.

0.5.0 (2023-12-18)
------------------

Expand Down

0 comments on commit aeafe59

Please sign in to comment.