Skip to content

Commit

Permalink
Merge pull request #105 from zytedata/changelog-0.11.0
Browse files Browse the repository at this point in the history
Changelog for 0.11.0
  • Loading branch information
kmike authored Dec 16, 2024
2 parents 5f5b59f + 16f12af commit 0d0fee6
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,42 @@
Changes
=======

0.11.0 (TBD)
------------

* New :ref:`Articles spider template <article>`, built on top of
Zyte API’s :http:`request:article` and :http:`request:articleNavigation`.

* New :ref:`Job Posting spider template <job-posting>`, built on top of
Zyte API’s :http:`request:jobPosting` and :http:`request:jobPostingNavigation`.

* :ref:`Search queries <search-queries>` support is added to the
:ref:`e-commerce spider template <e-commerce>`.
This allows to provide a list of search queries to the
spider; the spider finds a search form on the target webpage, and submits all the queries.

* ProductList extraction support is added to the
:ref:`e-commerce spider template <e-commerce>`. This allows spiders to
extract basic product information without going into product detail pages.

* New features are added to the :ref:`Google Search spider template <google-search>`:

* An option to follow the result links and extract data
from the target pages (via the ``extract`` argument)
* Content Languages (lr) parameter
* Content Countries (cr) parameter
* User Country (gl) parameter
* User Language (hl) parameter
* results_per_page parameter

* Added a Scrapy add-on. This allows to greatly simplify the initial
zyte-spider-templates configuration.

* Bug fix: incorrectly extracted URLs no longer make spiders drop
other requests.

* Cleaned up the CI; improved the testing suite; cleaned up the documentation.

0.10.0 (2024-11-22)
-------------------

Expand Down

0 comments on commit 0d0fee6

Please sign in to comment.