Skip to content

1.32.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 27 Mar 09:12
· 5 commits to master since this release

Included commits: 1.31.4...1.32.0

Improvements

  • Introduced a real-time progress bar for data import to allow monitoring of import progress during execution, activated via the new --progress-bar (-pb) CLI option on the data:import console command.
  • Introduced DataImportConsole::OPTION_PROGRESS_BAR and DataImportConsole::OPTION_PROGRESS_BAR_SHORT constants to expose the new CLI option.
  • Introduced DataReaderDecoratorInterface to support the decorator pattern for data readers.