Releases: scrapinghub/python-scrapinghub
Releases · scrapinghub/python-scrapinghub
v2.4.0
What's Changed
- update iter() for better fallback in getting 'meta' argument by @BurnzZ in #146
- switch from Travis to GH actions by @pawelmhm in #162
- Python 3.10 compatibility by @elacuesta in #166
New Contributors
Full Changelog: 2.3.1...2.4.0
v2.3.1
- update msgpack dependency
- drop official support for Python 3.4
- improve documentation, address a few PEP8 complaints
2.3.0
- add items.list_iter method to iterate by chunks
- fix retrying logic for HTTP errors
- improve documentation
2.1.1
- add Python 3.7 support
- update msgpack dependency
- fix iter logic for items/requests/logs
- add truncate method to collections
- improve documentation
2.2.1
- use
jobs.cancel
command name to maintain consistency - provide basic documentation for the new feature
2.2.0
- add a command to cancel multiple jobs per call
- normalize and simplify using VCR.py cassettes in tests
2.1.0
- add an option to schedule jobs with custom environment variables
- fallback to
SHUB_JOBAUTH
environment variable ifSH_APIKEY
is not set - provide a unified connection timeout used by both internal clients
- increase a chunk size when working with the items stats endpoint
Python 3.3 is considered unmaintained.
2.0.0
We're very happy to finally announce official major release of new Scrapinghub python client.
Documentation is available online via Read The Docs http://python-scrapinghub.readthedocs.io/
1.9.0
python-scrapinghub 1.9.0
- python-hubstorage merged into python-scrapinghub
- all tests are improved and rewritten with py.test
- hubstorage tests use vcrpy cassettes, work faster and don't
require any external services to run
python-hubstorage is going to be considered deprecated,
its next version will contain a deprecation warning and a proposal
to use python-scrapinghub >=1.9.0 instead.