Skip to content

Releases: spryker/data-import-extension

1.2.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 02 Dec 11:53

Included commits: 1.1.0...1.2.0

Improvements

  • Introduced DataSetWriterPluginApplicableAwareInterface to make DataSetWriterPluginInterface checkable on database engine compatibility

1.1.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 03 May 12:17

Included commits: 1.0.0...1.1.0

Improvements

  • Introduced DataSetItemWriterPluginInterface plugin interface instead of DataSetWriterPluginInterface because the latter would create unwanted dependency on spryker/data-import module
    Deprecated DataSetWriterPluginInterface.
  • Introduced DataSetItemTransfer DTO.

1.0.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 02 Oct 07:16

Included commits: https://github.com/spryker/data-import-extension/tree/1.0.0

Initial Release

  • Added new interface for custom writers