Skip to content

Releases: scrapy-plugins/scrapy-deltafetch

minor metadata edits

20 Sep 07:26

Choose a tag to compare

  • change author name to Zyte
  • add readme to pypi

replace bsddb3 with Python's dbm for storing request fingerprints

20 Sep 07:11
2e7b1d5

Choose a tag to compare

  • drop Python 2 support
  • replace bsddb3 with Python's dbm for storing request fingerprints
  • minor README fix
  • option to disable deltafetch for some requests with deltafetch_enabled=False request meta key
  • dev workflow: changed from Travis to Github Actions