Skip to content

1.3.0

Compare
Choose a tag to compare
@pawelmhm pawelmhm released this 12 Jan 12:58
· 389 commits to master since this release
b3f5f9e

Added

  • support for HTTP authentication in scrapyd server
  • Jobs website shortcut to cancel a job using the cancel.json webservice.
  • Make project argument to listjobs.json optional,
    so that we can easily query for all jobs.
  • Python 3.7, 3.8, 3.9, 3.10 support
  • Configuration option for job storage class
  • Configuration option for egg storage class
  • improved HTTP headers in webservice
  • improved test coverage

Removed

  • Python 2 support
  • Python 3.3 support (although never officially supported)
  • Python 3.4 support
  • Python 3.5 support
  • Pypy 2 support
  • Doc for ubuntu installs, Zyte no longer maintains ubuntu repo.

Fixed

  • ScrapyD now respects Scrapy TWISTED_REACTOR setting
  • replaced deprecated SafeConfigParser with ConfigParser