1.32.0
·
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 thedata:importconsole command. - Introduced
DataImportConsole::OPTION_PROGRESS_BARandDataImportConsole::OPTION_PROGRESS_BAR_SHORTconstants to expose the new CLI option. - Introduced
DataReaderDecoratorInterfaceto support the decorator pattern for data readers.