Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 736.15 KB
MD5: b09cdc00c7f4a9af6dfff4d5cb54f076
SHA-1: 5d3e188c64597b0afe6c402798e165065f0f4d01
SHA-256: 54af87f572c2bb07f7767bf74452fd8e71fbc1cc68615b7a095c46149dbd12d4
Download zip 905.16 KB
MD5: 4225e1993f2a26b0419bf8dbc2fbada2
SHA-1: 1f5faaee0261732b864071ff52a4efe74ae43855
SHA-256: d07776f6105bee4f733bb5e780fb05c4964e20803408f305b0d1562a79b8b39a

Release notes

This release contains some small bug fixes and minor UI improvements. Also, data provided by FeedsSource plugins are now alterable by Feeds Tamper.

Possible performance hit: hash calculation method changed

The most notable change is the way hashes are calculated. Feeds uses hashes to determine if an item has changed since the previous import. Previously, the hash was based on a combination of the whole item + the mapping configuration. Now it is based on only the mapped fields of the item + the mapping configuration. With this change, the same technique is used as in the D7 version of Feeds.
Concrete this causes the following: at the next import, for each feed that is configured to update existing entities, all items will be reimported. In theory, this could result into a performance hit if you have a huge amount of items to import. On subsequent imports it will work as before.

Contributors (4)

MegaChriz, arnested, mikran, Murz

Changelog

Issues: 15 issues resolved.

Changes since 8.x-3.0-alpha2:

Bug

  • #2996253 by MegaChriz: Fixed CSV with extra empty lines never completes parsing.
  • #2969259 by arnested: Fixed error messages are not printed when running imports from the command line (for example when using drush).
  • #2989694 by MegaChriz: Fixed previously imported entities are being unpublished/cleaned on every import.
  • #2982277 by MegaChriz, mikran: Added missing schema for Upload fetcher settings.

Feature

Task

Missing features

This being an alpha release means that not all features from the D7 version of Feeds have been ported yet. You may also run into some bugs.
The most notable missing features are:

Created by: megachriz
Created on: 6 Sep 2018 at 10:50 UTC
Last updated: 31 Dec 2018 at 13:38 UTC
Bug fixes
New features

Other releases