Releases: spryker/console
Releases · spryker/console
4.18.0
Included commits: 4.17.1...4.18.0
Improvements
- Introduced
ConsoleHelperfor testing console commands with comprehensive documentation and examples to simplify command testing in Codeception. - Added support for dynamic GLUE application naming via environment variable to enable flexible API application configuration.
Adjustments
- Adjusted console application kernel initialization to disable debug mode explicitly for consistent behavior across environments.
4.17.1
Included commits: 4.17.0...4.17.1
Improvements
- Increased
spryker/applicationmodule version. - Adjusted
AbstractConsoleApplication::addEventListener()so now it checks ifcreateEventDispatcher()exists in the factory before throwing an exception.
4.17.0
4.16.0
Included commits: 4.15.0...4.16.0
Improvements
- Introduced
MultiProcessRunConsolecommand wrapper that allows to execute commands in loop with defined limits or even as separate threads.
4.15.0
Included commits: 4.14.0...4.15.0
Improvements
- Introduced
ConsoleConfig::getMaxRepeatableExecutionDuration()config method. - Introduced
ConsoleConfig::getMinRepeatableExecutionDuration()config method. - Adjusted
ConsoleBootstrap::getDefaultInputDefinition()method to acceptmax-duration,min-durationandrepeatableoptions.
4.14.0
4.13.0
Included commits: 4.12.0...4.13.0
Improvements
- Adjusted
Glue/ConsoleBootstrapto add service container.
4.12.0
Included commits: 4.11.0...4.12.0
Improvements
- Adjusted
ConsoleBootstrapto show info about application region and code bucket.
4.11.0
Included commits: 4.10.4...4.11.0
Improvements
- Adjusted
Spryker\Zed\Console\Communication\Bootstrap\ConsoleBootstrap,Spryker\Zed\Console\Communication\ConsoleBootstrapfor compatibility with Symfony 6.
4.10.4
Included commits: 4.10.3...4.10.4
Improvements
- Adjusted
Console Bootstrapto add a warning message about DevVM depreciation for each call console command.