Note: Compared to 6.x 1.x, Job Scheduler's API has changed significantly, API users must declare callbacks with hook_cron_job_scheduler_info() and the call signature for managing jobs has changed. Please review README.txt. Expect further minor changes in the API until we reach beta phase.
Expand batch support to fetchers and parsers. Drastically lowers memory consumption for large CSV imports.
Support batching through directories on disk.
All tests passing.
This release is the first usable upgrade from Drupal 6. It also brings full batch support for fetching and parsing with a series of API changes. This is the reason why we branched to 2.x.
Maintainers of plugins
If you are a maintainer of a third party plugin for Feeds, make sure to carefully read these release notes and upgrade your module accordingly. Expect further changes to the API until we reach beta phase.