Skip to content

Releases: scrapinghub/python-scrapinghub

v2.4.0

10 Mar 14:02
2.4.0
06fe95c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.1...2.4.0

v2.3.1

13 Mar 13:15
Compare
Choose a tag to compare
  • update msgpack dependency
  • drop official support for Python 3.4
  • improve documentation, address a few PEP8 complaints

2.3.0

17 Dec 11:26
Compare
Choose a tag to compare
  • add items.list_iter method to iterate by chunks
  • fix retrying logic for HTTP errors
  • improve documentation

2.1.1

25 Apr 08:38
Compare
Choose a tag to compare
  • 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

07 Aug 15:15
Compare
Choose a tag to compare
  • use jobs.cancel command name to maintain consistency
  • provide basic documentation for the new feature

2.2.0

07 Aug 15:15
Compare
Choose a tag to compare
  • add a command to cancel multiple jobs per call
  • normalize and simplify using VCR.py cassettes in tests

2.1.0

14 Jan 09:01
Compare
Choose a tag to compare
  • add an option to schedule jobs with custom environment variables
  • fallback to SHUB_JOBAUTH environment variable if SH_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

29 Mar 12:01
Compare
Choose a tag to compare

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

29 Nov 10:53
Compare
Choose a tag to compare

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.