Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.43 KB

CHANGES.md

File metadata and controls

41 lines (25 loc) · 1.43 KB

Changes

All notable changes to this project are here. The top-most version is the newest one.

  • Added means a new feature
  • Changed means a new feature
  • Fixed means a bug fix

Whenever possible, link the given PR with the feature/fix.

Keep a Changelog, Semantic Versioning.

Development

0.3.0 (2020-01-13)

Added

  • New setting SPIDERFEEDER_INPUT_FORMAT to set the file format or fall back to the file extension. PR#18
  • Fall back to scrapy AWS settings if not provided. PR#20
  • Fixed AWS settings set in Dash (Scrapy Cloud) UI. PR#21
  • New schemes http and https. PR#22

0.2.0 (2019-08-27)

Added

  • Support for .csv and .json input files PR#8
  • Support for Scrapinghub Collections PR#11
  • Support for loading urls and meta data through StartUrlsAndMetaLoader PR #12 and PR #14

Changed

  • SPIDERFEEDER_INPUT_FILE setting to SPIDERFEEDER_INPUT_URI

0.1.0 (2019-05-30)

Added

  • Support for plain text files