Skip to content

Commit

Permalink
Merge remote-tracking branch 'scrapy-plugins/main' into asyncio-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed Aug 7, 2023
2 parents b7fefba + 654aaba commit d542699
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.10.0
current_version = 0.11.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changes
=======

0.11.0 (2023-08-07)
-------------------

* Added a ``ZYTE_API_MAX_REQUESTS`` setting to limit the number of successful
Zyte API requests that a spider can send. Reaching the limit stops the
spider.

* Setting ``requestCookies`` to ``[]`` in the ``zyte_api_automap`` request
metadata field now triggers a warning.

0.10.0 (2023-07-14)
-------------------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="scrapy-zyte-api",
version="0.10.0",
version="0.11.0",
description="Client library to process URLs through Zyte API",
long_description=open("README.rst").read(),
long_description_content_type="text/x-rst",
Expand All @@ -17,7 +17,7 @@
],
extras_require={
"provider": [
"scrapy-poet>=0.10.0",
"scrapy-poet>=0.11.0",
"web-poet>=0.13.0",
"zyte-common-items>=0.7.0",
]
Expand Down

0 comments on commit d542699

Please sign in to comment.