Skip to content

Commit

Permalink
release notes for 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnzZ committed Feb 9, 2024
1 parent 8718a5f commit c132fad
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Changes
=======

0.7.0 (YYYY-MM-DD)
------------------

* Updated requirement versions:

* :doc:`scrapy-poet <scrapy-poet:index>` >= 0.21.0
* :doc:`scrapy-zyte-api <scrapy-zyte-api:index>` >= 0.16.0

* With the updated dependencies above, this fixes the issue of having 2 separate
Zyte API Requests (*productNavigation* and *product*) for the same URL. Note
that this issue only occurs when requesting product navigation pages.
* Moved :class:`zyte_spider_templates.spiders.ecommerce.ExtractFrom` into
:class:`zyte_spider_templates.spiders.base.ExtractFrom`.


0.6.1 (2024-02-02)
------------------

Expand Down
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
"https://scrapy-poet.readthedocs.io/en/stable",
None,
),
"scrapy-zyte-api": (
"https://scrapy-zyte-api.readthedocs.io/en/stable",
None,
),
"web-poet": (
"https://web-poet.readthedocs.io/en/stable",
None,
Expand Down

0 comments on commit c132fad

Please sign in to comment.