- removed support for Python 3.6
- added support for Python 3.10
- Support for all Automatic Extraction API page types by upgrading to
autoextract-poet
0.3.0 - Rename Scrapinghub references to Zyte
- Update README
- A cache of AutoExtract requests can now be enabled by
setting
AUTOEXTRACT_CACHE_FILENAME
.
- Switch from
scrapinghub-autoextract
tozyte-autoextract
package, following its rename. - Upgrade
scrapy-poet
to 0.2.0+.
Note that the switch is backwards incompatible if you're
relying on SCRAPINHUB_AUTOEXTRACT_KEY
environment variable
to set an API key; it is no longer working. Please use
either ZYTE_ATOEXTRACT_KEY
env variable or AUTOEXTRACT_USER
setting instead.
- Upgrade
autoextract-poet
to 0.2.1 - Upgrade
scrapinghub-autoextract
to 0.6.1
- AUTOEXTRACT_MAX_QUERY_ERROR_RETRIES default value is set to 0, to account for backend changes in AutoExtract API.
- Mayor internal and API refactor. No backwards compatible.
- Support for the new
autoextract-poet
0.2.0 types. - Use of the new providers interface introduced in
scrapy-poet
0.1.0 scrapinghub-autoextract
AutoExtract client updated to 0.6.0- CI is moved from Travis to Github Actions.
- Python 3.9 support.